Back to Drive
A nifty little extension that reverts the link on the Google Drive Services logo back to what it used to be: drive.google.com.
什麼是Back to Drive?
Back to Drive是由https://robotxlabs.github.io/back-to-drive開發的Chrome擴展程式,該擴展的主要功能是“A nifty little extension that reverts the link on the Google Drive Services logo back to what it used to be: drive.google.com.”。
擴展截圖
下載Back to Drive擴展crx文件
下載Back to Drive擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A nifty little extension that changes the link on the Docs, Spreadsheets, Slides, Drawings and Forms logo back to Drive. Good for users like me who don't like the Docs interface but prefer instead the Drive interface Changelog: version 0.1.0: Initial release! version 0.2.0: Actually get the "Back to Drive" label to work, new logos, updated year (yay 2016!) version 0.3.0: Complete envisioned changes for the project. (Tooltip and Logo change) Note: Google Drive, Docs, Spreadsheets, Slides, Drawings, and Forms are all intellectual property of Google. RobotXLabs is in no way associated with Google.
擴展基本資訊
名稱 | Back to Drive |
ID | nkamccjapcjemblidlcaipacjgkmpgkp |
官方網址 | https://chromewebstore.google.com/detail/back-to-drive/nkamccjapcjemblidlcaipacjgkmpgkp |
簡介 | A nifty little extension that reverts the link on the Google Drive Services logo back to what it used to be: drive.google.com. |
檔案大小 | 38.07 KB |
安裝次數 | 12 |
目前版本 | 0.3.0 |
更新時間 | 2019-04-18 |
上架時間 | 2019-04-17 |
評分 | 3.00/5 共 2 次評分 |
開發者 | https://robotxlabs.github.io/back-to-drive |
付費類型 | free |
擴展官網 | http://robotxlabs.github.io/back-to-drive/ |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "RobotXLabs", "browser_action": { "default_icon": "icon_64.png", "default_popup": "popup.htm" }, "content_scripts": [ { "js": [ "btdd.js" ], "matches": [ "https:\/\/docs.google.com\/*\/d\/*" ], "run_at": "document_end" } ], "icons": { "128": "icon_128.png", "16": "icon_16.png", "32": "icon_32.png", "64": "icon_64.png" }, "description": "A nifty little extension that reverts the link on the Google Drive Services logo back to what it used to be: drive.google.com.", "manifest_version": 2, "name": "Back to Drive", "permissions": [ "https:\/\/docs.google.com\/*\/d\/*" ], "version": "0.3.0" } |