HotNews.ro Stiri non-stop

Extension to display HotNews.ro site

Wat is HotNews.ro Stiri non-stop?

HotNews.ro Stiri non-stop is een Chrome-extensie ontwikkeld door Bogdan Cristea, en de belangrijkste functie is "Extension to display HotNews.ro site".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie HotNews.ro Stiri non-stop

Download HotNews.ro Stiri non-stop-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam HotNews.ro Stiri non-stop HotNews.ro Stiri non-stop
ID pocngdgjklkmcjggpmondfhkndpofopc
Officiële URL https://chromewebstore.google.com/detail/hotnewsro-stiri-non-stop/pocngdgjklkmcjggpmondfhkndpofopc
Beschrijving Extension to display HotNews.ro site
Bestandsgrootte 97.21 KB
Aantal Installaties 129
Huidige Versie 0.1
Laatst Bijgewerkt 2013-12-25
Publicatiedatum 2013-12-25
Beoordeling 2.50/5 Totaal 2 Beoordelingen
Ontwikkelaar Bogdan Cristea
Betalingswijze free
Extensiewebsite https://github.com/cristeab/hotnews
Help Pagina-URL https://github.com/cristeab/hotnews
Ondersteunde Talen 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"
    ]
}