ABC Stumble
Loads latest ABC News
ABC Stumble क्या है?
ABC Stumble phocks द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Loads latest ABC News"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ABC Stumble एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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}" } } } |