ChimeraRevo Extension
News, Guide e Recensioni sul mondo della Tecnologia
What is ChimeraRevo Extension?
ChimeraRevo Extension is a Chrome extension developed by DLG CreativeLab, and its main feature is "News, Guide e Recensioni sul mondo della Tecnologia".
Extension Screenshots
Download ChimeraRevo Extension Extension CRX File
Download ChimeraRevo Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | lajikmolofahliemoliobnpnlcikdfik |
Official URL | https://chrome.google.com/webstore/detail/chimerarevo-extension/lajikmolofahliemoliobnpnlcikdfik |
Description | News, Guide e Recensioni sul mondo della Tecnologia |
File Size | 270 KB |
Installation Count | 12 |
Current Version | 2.0 |
Last Updated | 2015-10-16 |
Publish Date | 2015-10-16 |
Rating | 5.00/5 Total 22 Ratings |
Developer | DLG CreativeLab |
Payment Type | free |
Extension Website | http://www.chimerarevo.com |
Supported Languages | 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 } |