Chrome Dashboard
Shiny new chrome browser new tab screen.
ما هو Chrome Dashboard؟
Chrome Dashboard هو إضافة Chrome تم تطويرها بواسطة http://www.cenksari.com، والميزة الرئيسية لها هي "Shiny new chrome browser new tab screen.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Chrome Dashboard
قم بتنزيل ملفات الامتداد Chrome Dashboard بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
New Tab Page Replacement. Add your favorite bookmarks and todo list to Chrome Dashboard. Customize your browser's background image. This free extension will make you more productive then ever.
معلومات أساسية عن التمديد
الاسم | |
ID | ehmbackcndnlaemcmboagmfmealkfkla |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/chrome-dashboard/ehmbackcndnlaemcmboagmfmealkfkla |
الوصف | Shiny new chrome browser new tab screen. |
حجم الملف | 3.38 MB |
عدد التثبيتات | 342 |
النسخة الحالية | 1.9.7 |
آخر تحديث | 2022-05-24 |
تاريخ النشر | 2020-03-14 |
تقييم | 5.00/5 مجموع تقييمات 5 |
المطور | http://www.cenksari.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | in_app |
موقع الإضافة | https://www.cenksari.com |
عنوان صفحة المساعدة | https://www.cenksari.com |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chrome Dashboard", "short_name": "New Tab page", "description": "Shiny new chrome browser new tab screen.", "version": "1.9.7", "manifest_version": 2, "author": "Cenk SARI ([email protected])", "homepage_url": "http:\/\/www.cenksari.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "chrome_url_overrides": { "newtab": "pages\/dashboard.html" }, "options_ui": { "page": "pages\/options.html", "chrome_style": false, "open_in_tab": true }, "permissions": [ "storage", "notifications" ], "content_security_policy": "script-src 'self' https:\/\/api.allorigins.win\/get https:\/\/www.metaweather.com\/api\/location*; object-src 'self'" } |