Zoom Fit Google Documents
This extension automatically zoom fits any opened Google document.
ما هو Zoom Fit Google Documents؟
Zoom Fit Google Documents هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "This extension automatically zoom fits any opened Google document.".
تحميل ملف CRX للإضافة Zoom Fit Google Documents
قم بتنزيل ملفات الامتداد Zoom Fit Google Documents بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | Zoom Fit Google Documents |
ID | kmlpcppfjdeglaelfnnapihcgmnajlbg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/zoom-fit-google-documents/kmlpcppfjdeglaelfnnapihcgmnajlbg |
الوصف | This extension automatically zoom fits any opened Google document. |
حجم الملف | 48.72 KB |
عدد التثبيتات | 20 |
النسخة الحالية | 1.1 |
آخر تحديث | 2017-12-05 |
تاريخ النشر | 2017-12-05 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | Unknown |
نوع الدفع | free |
موقع الإضافة | https://github.com/glaza/ZoomFitGoogleDocs |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Zoom Fit Google Documents", "description": "This extension automatically zoom fits any opened Google document.", "version": "1.1", "icons": { "128": "icon.png" }, "permissions": [ "tabs", "https:\/\/docs.google.com\/document\/*" ], "content_scripts": [ { "matches": [ "https:\/\/docs.google.com\/document\/*" ], "js": [ "jquery.js", "jquery.simulate.js", "zoomfit.js" ] } ] } |