我的问题类似于What is format of Google Drive's FileID ? I need to find out whether new File has been uploaded to my drive or not using API's,但我想知道谷歌硬盘中文件夹ID的格式,即当你打开谷歌硬盘中的文件夹时出现在地址栏中的ID,即https://drive.google.com/drive/u/0/folders/<this part>之后的内容。
我正在尝试构建一个Chrome扩展,它在地址栏中以图标的形式出现,当被点击时,它会在页面上的所有元素上设置contenteditable=true,然后当再次点击时,它会将它们设置回contenteditable=false。
然而,我在第一个障碍时就倒下了…该图标甚至没有出现在地址栏中。
这是我的清单文件:
{
"name": "Caret",
"version": "1.0",
"description": "Allows you to edit the content on any we