World News
News from Around The World
World News क्या है?
World News http://momentaryreview.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "News from Around The World"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में World News एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
World News Now, Momentary Review, Latest News from Around the World, Breaking News Today, RSS Feed 24 - America, Europe, Asia, Africa, Latin America, Australia
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ecglbejkljjdoconbcfhfilimcmiophl |
आधिकारिक URL | https://chrome.google.com/webstore/detail/world-news/ecglbejkljjdoconbcfhfilimcmiophl |
विवरण | News from Around The World |
फ़ाइल का आकार | 161 KB |
स्थापना संख्या | 305 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2018-01-12 |
प्रकाशन तिथि | 2018-01-12 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | http://momentaryreview.com |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://momentaryreview.com/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "World News", "label": "World News", "description": "News from Around The World", "version": "1.1", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "browser_action": { "default_title": "News Now", "default_icon": "128.png", "default_popup": "popup.html" }, "permissions": [ "unlimitedStorage", "notifications" ], "web_accessible_resources": [ "128.png" ] } |