Il Webmaster 21
Cerca, trova o chiedi
什麼是Il Webmaster 21?
Il Webmaster 21是由https://www.ilwebmaster21.com開發的Chrome擴展程式,該擴展的主要功能是“Cerca, trova o chiedi”。
擴展截圖
下載Il Webmaster 21擴展crx文件
下載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 |
官方網址 | 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" ] } |