ABC Stumble

Loads latest ABC News

ABC Stumble là gì?

ABC Stumble là một tiện ích mở rộng Chrome được phát triển bởi phocks, và tính năng chính của nó là "Loads latest ABC News".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng ABC Stumble

Tải xuống các tệp mở rộng ABC Stumble dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ABC Stumble ABC Stumble
ID bmedialkpdijmfncchkdecclhamgcobp
URL Chính Thức https://chromewebstore.google.com/detail/abc-stumble/bmedialkpdijmfncchkdecclhamgcobp
Mô tả Loads latest ABC News
Kích Thước Tệp 358 KB
Số Lần Cài Đặt 207
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2020-08-17
Ngày Phát Hành 2019-06-09
Đánh Giá 5.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển phocks
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.abc.net.au/news/
URL Trang Trợ Giúp https://github.com/phocks/abc-stumble
URL Trang Chính Sách Bảo Mật https://about.abc.net.au/abc-privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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}"
        }
    }
}