Personal news extension.

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

O que é Personal news extension.?

Personal news extension. é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Stay updated with current news with this Chrome extension, get google news for top stories and for custom searches.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Personal news extension.

Baixe arquivos de extensão Personal news extension. no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Personal news extension. Personal news extension.
ID egddcfgloagfefgjlmbajfgolapdbgpd
URL Oficial https://chromewebstore.google.com/detail/personal-news-extension/egddcfgloagfefgjlmbajfgolapdbgpd
Descrição Stay updated with current news with this Chrome extension, get google news for top stories and for custom searches.
Tamanho do Arquivo 62.11 KB
Contagem de Instalações 22
Versão Atual 1.0
Última Atualização 2012-11-25
Data de Publicação 2012-11-25
Desenvolvedor Unknown
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}