ABC Stumble
Loads latest ABC News
ABC Stumbleとは何ですか?
ABC Stumbleはphocksによって開発されたChromeの拡張機能で、その主な機能は「Loads latest ABC News」です。
拡張機能のスクリーンショット
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 |
ID | bmedialkpdijmfncchkdecclhamgcobp |
公式URL | 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 |
Eメール | [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}" } } } |