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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A nifty little extension that reverts the link on the Google Drive Services logo back to what it used to be: drive.google.com."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Back to Drive एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 Back to Drive
ID nkamccjapcjemblidlcaipacjgkmpgkp
आधिकारिक URL 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"
}