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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 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 ของส่วนขยาย Recent Document
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" ] } } |