Drive Bookmark
Map your Google drive to bookmark for easy access.
什么是Drive Bookmark?
Drive Bookmark是由120Studio开发的Chrome扩展程序,该扩展的主要功能是“Map your Google drive to bookmark for easy access.”。
扩展截图
下载Drive Bookmark扩展crx文件
下载Drive Bookmark扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Drive Mark will map your Google drive files to bookmark. It makes you easily access to any files in your drive and team drives.
Please refer to https://120studio.github.io/120home/drivemark.html for more detail. 扩展基本信息
| 名称 | |
| ID | gailnkgbkabnclnnponepghblkbjgkfl |
| 官方URL | https://chromewebstore.google.com/detail/drive-bookmark/gailnkgbkabnclnnponepghblkbjgkfl |
| 简介 | Map your Google drive to bookmark for easy access. |
| 文件大小 | 593 KB |
| 安装次数 | 206 |
| 当前版本 | 1.0.2 |
| 更新时间 | 2018-12-16 |
| 上架时间 | 2018-12-15 |
| 评分 | 5.00/5 共4次评分 |
| 开发者 | 120Studio |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://120studio.github.io/120home/drivemark.html |
| 帮助页面URL | https://120studio.github.io/120home/drivemark.html |
| 隐私政策页面URL | https://120studio.github.io/120home/privacy.html |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Drive Bookmark",
"description": "Map your Google drive to bookmark for easy access.",
"version": "1.0.2",
"options_page": "options.html",
"browser_action": {
"default_icon": "bookmark-16.png"
},
"icons": {
"16": "bookmark-16.png",
"48": "bookmark-48.png",
"128": "bookmark-128.png"
},
"background": {
"scripts": [
"js\/background.js",
"js\/vendor.js"
]
},
"permissions": [
"identity",
"identity.email",
"storage",
"bookmarks",
"tabs",
"*:\/\/apis.google.com\/*"
],
"content_security_policy": "script-src 'self' https:\/\/apis.google.com http:\/\/localhost:8097; object-src 'self'",
"oauth2": {
"client_id": "597462414540-6nqgr603j0ustq902diun46bo9ugihla.apps.googleusercontent.com",
"scopes": [
"profile",
"https:\/\/www.googleapis.com\/auth\/drive.readonly"
]
}
} | |