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 |
| 官方網址 | 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"
]
}
} | |