Gaze
Decluster your space
ما هو Gaze؟
Gaze هو إضافة Chrome تم تطويرها بواسطة William Chen، والميزة الرئيسية لها هي "Decluster your space".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Gaze
قم بتنزيل ملفات الامتداد Gaze بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Chrome extension for new tab that displays a refreshing spaced themed picture
معلومات أساسية عن التمديد
الاسم | |
ID | hdjjocbdhnjchhepfdioddlooblklboa |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/gaze/hdjjocbdhnjchhepfdioddlooblklboa |
الوصف | Decluster your space |
حجم الملف | 74.38 KB |
عدد التثبيتات | 117 |
النسخة الحالية | 1.0.0.2 |
آخر تحديث | 2020-08-16 |
تاريخ النشر | 2019-05-06 |
تقييم | 5.00/5 مجموع تقييمات 4 |
المطور | William Chen |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gaze", "version": "1.0.0.2", "description": "Decluster your space", "manifest_version": 2, "browser_action": { "default_popup": "public\/menu.html" }, "chrome_url_overrides": { "newtab": "public\/index.html" }, "permissions": [], "icons": { "64": "logo64.png", "128": "logo128.png", "256": "logo256.png" } } |