Personal news extension.

Stay updated with current news with this Chrome extension, get google news for top stories and for custom searches.

Cos'è Personal news extension.?

Personal news extension. è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Stay updated with current news with this Chrome extension, get google news for top stories and for custom searches.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Personal news extension.

Scarica i file di estensione Personal news extension. 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

                        This personal news extension adds a botton to your navigation bar in chrome that allows you to keep updated with the current news without the need to navigate anywhere.
Try it, it's really cool.

For feature requests, please add comments.                    

Informazioni di Base sull'Estensione

Nome Personal news extension. Personal news extension.
ID egddcfgloagfefgjlmbajfgolapdbgpd
URL Ufficiale https://chromewebstore.google.com/detail/personal-news-extension/egddcfgloagfefgjlmbajfgolapdbgpd
Descrizione Stay updated with current news with this Chrome extension, get google news for top stories and for custom searches.
Dimensione del File 62.11 KB
Conteggio Installazioni 22
Versione Corrente 1.0
Ultimo Aggiornamento 2012-11-25
Data di Pubblicazione 2012-11-25
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Personal news extension.",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Stay updated with current news with this Chrome extension, get google news for top stories and for custom searches.",
    "icons": {
        "16": "google_news16.png",
        "48": "google_news48.png",
        "128": "google_news128.png"
    },
    "browser_action": {
        "default_icon": "google_news128.png",
        "default_popup": "personal_news.html"
    },
    "web_accessible_resources": [
        ".\/personal_news.js",
        ".\/personal_news.css"
    ]
}