Il Webmaster 21
Cerca, trova o chiedi
ما هو Il Webmaster 21؟
Il Webmaster 21 هو إضافة Chrome تم تطويرها بواسطة https://www.ilwebmaster21.com، والميزة الرئيسية لها هي "Cerca, trova o chiedi".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Il Webmaster 21
قم بتنزيل ملفات الامتداد Il Webmaster 21 بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Ricerca rapida nel sito, visita li ultimi articoli pubblicati, aggiornati e grazie alle notifiche non ti perderai neanche un articolo!
معلومات أساسية عن التمديد
الاسم | |
ID | dglopjbfmeckdnlobgdhecafogddacld |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/il-webmaster-21/dglopjbfmeckdnlobgdhecafogddacld |
الوصف | Cerca, trova o chiedi |
حجم الملف | 244 KB |
عدد التثبيتات | 472 |
النسخة الحالية | 2.1.0 |
آخر تحديث | 2017-05-19 |
تاريخ النشر | 2017-01-19 |
تقييم | 4.44/5 مجموع تقييمات 9 |
المطور | https://www.ilwebmaster21.com |
نوع الدفع | free |
اللغات المدعومة | de,en,fr,es,it,sk,cs,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Il Webmaster 21", "description": "Cerca, trova o chiedi", "default_locale": "it", "version": "2.1.0", "background": { "page": "background.html" }, "options_page": "options.html", "browser_action": { "default_icon": "images\/ico19.png", "default_title": "", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/*.facebook.net https:\/\/*.facebook.com https:\/\/*.twitter.com https:\/\/*.google.com https:\/\/*.google-analytics.com; object-src 'self'", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "cookies", "management", "notifications" ], "optional_permissions": [ "background" ], "icons": { "19": "images\/ico19.png", "32": "images\/ico32.png", "48": "images\/ico48.png", "128": "images\/ico128.png" }, "web_accessible_resources": [ "images\/ico48.png" ] } |