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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } } |