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開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件

下載Recent Document擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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