ChimeraRevo Extension
News, Guide e Recensioni sul mondo della Tecnologia
什么是ChimeraRevo Extension?
ChimeraRevo Extension是由DLG CreativeLab开发的Chrome扩展程序,该扩展的主要功能是“News, Guide e Recensioni sul mondo della Tecnologia”。
扩展截图
下载ChimeraRevo Extension扩展crx文件
下载ChimeraRevo Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Con questa estensione per Chrome, Chromium e Chrome OS, potrete tenervi aggiornati sul mondo della tecnologia con le news di ChimeraRevo! Versione 2.0 - 16/10/2015 - Restyling completo dell'app allineato al nuovo stile del sito - Animazioni all'apertura - Bugfix e miglioramenti
扩展基本信息
名称 | |
ID | lajikmolofahliemoliobnpnlcikdfik |
官方URL | https://chrome.google.com/webstore/detail/chimerarevo-extension/lajikmolofahliemoliobnpnlcikdfik |
简介 | News, Guide e Recensioni sul mondo della Tecnologia |
文件大小 | 270 KB |
安装次数 | 12 |
当前版本 | 2.0 |
更新时间 | 2015-10-16 |
上架时间 | 2015-10-16 |
评分 | 5.00/5 共22次评分 |
开发者 | DLG CreativeLab |
付费类型 | free |
扩展官网 | http://www.chimerarevo.com |
支持的语言 | it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ChimeraRevo Extension", "description": "News, Guide e Recensioni sul mondo della Tecnologia", "version": "2.0", "content_security_policy": "script-src 'self'; object-src 'self'", "options_page": "options.html", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "iconbig16.png", "48": "iconbig48.png", "128": "iconbig128.png" }, "permissions": [ "tabs", "http:\/\/www.chimerarevo.com\/*", "storage", "notifications" ], "background": { "script": [ "notification.js" ] }, "web_accessible_resources": [ "iconbig48.png" ], "externally_connectable": { "matches": [ "*:\/\/www.chimerarevo.com\/*" ] }, "manifest_version": 2 } |