ChimeraRevo Extension
News, Guide e Recensioni sul mondo della Tecnologia
Vad är ChimeraRevo Extension?
ChimeraRevo Extension är en Chrome-tillägg utvecklad av DLG CreativeLab, och dess huvudfunktion är "News, Guide e Recensioni sul mondo della Tecnologia".
Tilläggsskärmbilder
Ladda ner ChimeraRevo Extension-förlängningens CRX-fil
Ladda ner ChimeraRevo Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | |
ID | lajikmolofahliemoliobnpnlcikdfik |
Officiell webbadress | https://chrome.google.com/webstore/detail/chimerarevo-extension/lajikmolofahliemoliobnpnlcikdfik |
Beskrivning | News, Guide e Recensioni sul mondo della Tecnologia |
Filstorlek | 270 KB |
Antal Installationer | 12 |
Aktuell Version | 2.0 |
Senast Uppdaterad | 2015-10-16 |
Publiceringsdatum | 2015-10-16 |
Betyg | 5.00/5 Totalt 22 Betyg |
Utvecklare | DLG CreativeLab |
Betalningssätt | free |
Tilläggswebbplats | http://www.chimerarevo.com |
Stödda Språk | 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 } |