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.
Qu'est-ce que Back to Drive ?
Back to Drive est une extension Chrome développée par https://robotxlabs.github.io/back-to-drive, et sa fonction principale est "A nifty little extension that reverts the link on the Google Drive Services logo back to what it used to be: drive.google.com.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Back to Drive
Téléchargez les fichiers d'extension Back to Drive au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Back to Drive |
ID | nkamccjapcjemblidlcaipacjgkmpgkp |
URL Officiel | https://chromewebstore.google.com/detail/back-to-drive/nkamccjapcjemblidlcaipacjgkmpgkp |
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. |
Taille du Fichier | 38.07 KB |
Nombre d'Installations | 12 |
Version Actuelle | 0.3.0 |
Dernière Mise à Jour | 2019-04-18 |
Date de Publication | 2019-04-17 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | https://robotxlabs.github.io/back-to-drive |
Type de Paiement | free |
Site Web de l'Extension | http://robotxlabs.github.io/back-to-drive/ |
Langues Prises en Charge | 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" } |