Recent Document

With the Recent Document Chrome extension you'll be able to access your recent Google document with one click! just click on the…

Recent Document क्या है?

Recent Document planben द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "With the Recent Document Chrome extension you'll be able to access your recent Google document with one click! just click on the…"।

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

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

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

                        With the Recent Document Chrome extension you'll be able to access your recent Google document with one click! just click on the Chrome extension icon and it will navigate you to your recent viewed document.
The chrome extension supports Google Drive, Google Docs and Google Sheets.                    

एक्सटेंशन की मूल जानकारी

नाम Recent Document Recent Document
ID bdnommjlfedklkadfiikdmlncjicmfbi
आधिकारिक URL https://chromewebstore.google.com/detail/recent-document/bdnommjlfedklkadfiikdmlncjicmfbi
विवरण With the Recent Document Chrome extension you'll be able to access your recent Google document with one click! just click on the…
फ़ाइल का आकार 116 KB
स्थापना संख्या 24
वर्तमान संस्करण 1.2
अंतिम अपडेट 2017-08-08
प्रकाशन तिथि 2017-08-08
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर planben
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Recent Document",
    "version": "1.2",
    "manifest_version": 2,
    "permissions": [
        "identity",
        "*:\/\/*.google.com\/*",
        "tabs"
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/16-icon.png",
            "19": "images\/19-icon.png",
            "38": "images\/38-icon.png",
            "48": "images\/48-icon.png"
        },
        "default_title": "Document is not ready yet!"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src https:\/\/*.google.com 'unsafe-eval'; object-src 'self'",
    "oauth2": {
        "client_id": "601222181180-gpomc06vnr7e1u7hmn9itq03ej7rn243.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive"
        ]
    }
}