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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
        ]
    }
}