HotNews.ro Stiri non-stop
Extension to display HotNews.ro site
Cos'è HotNews.ro Stiri non-stop?
HotNews.ro Stiri non-stop è un'estensione di Chrome sviluppata da Bogdan Cristea, e la sua funzione principale è "Extension to display HotNews.ro site".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione HotNews.ro Stiri non-stop
Scarica i file di estensione HotNews.ro Stiri non-stop in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Displays www.hotnews.ro home page in a new tab when clicked. If hotnews.ro is already opened in a tab it will only activate this tab instead of opening a new one.
Informazioni di Base sull'Estensione
Nome | HotNews.ro Stiri non-stop |
ID | pocngdgjklkmcjggpmondfhkndpofopc |
URL Ufficiale | https://chromewebstore.google.com/detail/hotnewsro-stiri-non-stop/pocngdgjklkmcjggpmondfhkndpofopc |
Descrizione | Extension to display HotNews.ro site |
Dimensione del File | 97.21 KB |
Conteggio Installazioni | 129 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2013-12-25 |
Data di Pubblicazione | 2013-12-25 |
Valutazione | 2.50/5 Totale 2 Valutazioni |
Sviluppatore | Bogdan Cristea |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/cristeab/hotnews |
URL della Pagina di Aiuto | https://github.com/cristeab/hotnews |
Lingue Supportate | ro |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HotNews.ro Stiri non-stop", "version": "0.1", "description": "Extension to display HotNews.ro site", "icons": { "16": "images\/hotnews16.png", "48": "images\/hotnews48.png", "128": "images\/hotnews128.png" }, "browser_action": { "default_icon": { "19": "images\/hotnews19.png", "38": "images\/hotnews38.png" }, "default_title": "HotNews.ro" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs" ] } |