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 là gì?

Recent Document là một tiện ích mở rộng Chrome được phát triển bởi planben, và tính năng chính của nó là "With the Recent Document Chrome extension you'll be able to access your recent Google document with one click! just click on the…".

Tải xuống tệp CRX của tiện ích mở rộng Recent Document

Tải xuống các tệp mở rộng Recent Document dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Recent Document Recent Document
ID bdnommjlfedklkadfiikdmlncjicmfbi
URL Chính Thức https://chromewebstore.google.com/detail/recent-document/bdnommjlfedklkadfiikdmlncjicmfbi
Mô tả With the Recent Document Chrome extension you'll be able to access your recent Google document with one click! just click on the…
Kích Thước Tệp 116 KB
Số Lần Cài Đặt 24
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2017-08-08
Ngày Phát Hành 2017-08-08
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển planben
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}