Alltabs
Amazing visual artists every time you open a new tab.
ما هو Alltabs؟
Alltabs هو إضافة Chrome تم تطويرها بواسطة https://newnow.cool، والميزة الرئيسية لها هي "Amazing visual artists every time you open a new tab.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Alltabs
قم بتنزيل ملفات الامتداد Alltabs بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Alltabs collaborates with interesting contemporary artist from all around the world. We bring you fresh photos and visual art to all your new tabs. This is a project by New Now.
معلومات أساسية عن التمديد
الاسم | |
ID | ngjbedmelbifgachalpagdgiccokplkd |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/alltabs/ngjbedmelbifgachalpagdgiccokplkd |
الوصف | Amazing visual artists every time you open a new tab. |
حجم الملف | 7.18 KB |
عدد التثبيتات | 30 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2021-05-09 |
تاريخ النشر | 2021-04-30 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | https://newnow.cool |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.alltabs.co/ |
عنوان صفحة سياسة الخصوصية | https://newnow.cool/privacy.html |
اللغات المدعومة | en |
manifest.json | |
{ "chrome_url_overrides": { "newtab": "alltabs.html#newTab" }, "content_security_policy": "default-src 'self' 'unsafe-eval'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data: chrome: filesystem:; connect-src 'self' http: https: chrome-extension:; frame-src http: https:", "description": "Amazing visual artists every time you open a new tab.", "icons": { "128": "img\/icon128.png", "16": "img\/icon16.png", "19": "img\/icon19.png", "48": "img\/icon48.png" }, "manifest_version": 2, "minimum_chrome_version": "28", "name": "Alltabs", "omnibox": { "keyword": "f" }, "permissions": [], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0", "web_accessible_resources": [ "alltabs.html" ] } |