ABC Stumble
Loads latest ABC News
ABC Stumble란 무엇입니까?
ABC Stumble은(는) phocks에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Loads latest ABC News"입니다.
확장 프로그램 스크린샷
ABC Stumble 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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}" } } } |