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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" ] } |