ABC Stumble
Loads latest ABC News
O que é ABC Stumble?
ABC Stumble é uma extensão do Chrome desenvolvida por phocks, e sua principal característica é "Loads latest ABC News".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão ABC Stumble
Baixe arquivos de extensão ABC Stumble 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
ABC Stumble lets you instantly get the latest news from ABC News (Australia) with a click of a button. Simply click the ABC Stumble icon and the latest news will open in your browser. It will also automatically check for new stories to read and notify you of how many are waiting. Stumble upon the latest news today!
Informações Básicas da Extensão
Nome | ABC Stumble |
ID | bmedialkpdijmfncchkdecclhamgcobp |
URL Oficial | https://chromewebstore.google.com/detail/abc-stumble/bmedialkpdijmfncchkdecclhamgcobp |
Descrição | Loads latest ABC News |
Tamanho do Arquivo | 358 KB |
Contagem de Instalações | 207 |
Versão Atual | 1.1.0 |
Última Atualização | 2020-08-17 |
Data de Publicação | 2019-06-09 |
Classificação | 5.00/5 Total de 8 Avaliações |
Desenvolvedor | phocks |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.abc.net.au/news/ |
URL da Página de Ajuda | https://github.com/phocks/abc-stumble |
URL da Página de Política de Privacidade | https://about.abc.net.au/abc-privacy-policy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ABC Stumble", "short_name": "ABC Stumble", "version": "1.1.0", "description": "Loads latest ABC News", "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/abc-48.png", "128": "icons\/icon-128.png" }, "browser_action": { "default_icon": "icons\/abc.png", "default_title": "ABC Stumble!" }, "background": { "scripts": [ "browser-polyfill.js", "dist\/background.js" ] }, "permissions": [ "alarms", "storage", "https:\/\/www.abc.net.au\/news\/feed\/51120\/rss.xml" ], "options_ui": { "page": "options.html", "browser_style": false }, "applications": { "gecko": { "id": "{522a51c4-270c-49fd-bfcf-b3a012f80aa3}" } } } |