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 |
官方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" ] } |