ABC Stumble

Loads latest ABC News

什麼是ABC Stumble?

ABC Stumble是由phocks開發的Chrome擴展程式,該擴展的主要功能是“Loads latest ABC News”。

擴展截圖

screenshot

下載ABC Stumble擴展crx文件

下載ABC Stumble擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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!                    

擴展基本資訊

名稱 ABC Stumble ABC Stumble
ID bmedialkpdijmfncchkdecclhamgcobp
官方網址 https://chromewebstore.google.com/detail/abc-stumble/bmedialkpdijmfncchkdecclhamgcobp
簡介 Loads latest ABC News
檔案大小 358 KB
安裝次數 207
目前版本 1.1.0
更新時間 2020-08-17
上架時間 2019-06-09
評分 5.00/5 共 8 次評分
開發者 phocks
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.abc.net.au/news/
說明頁面URL https://github.com/phocks/abc-stumble
隱私政策頁面URL https://about.abc.net.au/abc-privacy-policy
支援的語言 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}"
        }
    }
}