Instant News by WeatherBug
Access the latest news from your favorite sources. Instantly
Instant News by WeatherBugคืออะไร?
Instant News by WeatherBug เป็นส่วนขยายของ Chrome ที่พัฒนาโดย instantnewsapp.com และคุณลักษณะหลักของมันคือ "Access the latest news from your favorite sources. Instantly"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Instant News by WeatherBug
ดาวน์โหลดไฟล์ส่วนขยาย Instant News by WeatherBug ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Instant News by WeatherBug is a Chrome extension that allows you to search for top news and weather right from your browser. • Choose Your News Lineup With access to the most popular news feeds like Reuters, CNN, Fox News, BuzzFeed, New York Times, and more, Instant News lets you choose what headlines you’d like to see in real-time. If a story grabs your attention and you want to know more, just simply click the headline and you’ll be instantly directed to the news site to read the full article. • Get Your Local Weather Beyond news stories, Instant News delivers your live, local weather and 10-Day forecast in partnership with WeatherBug. To change your location, you can easily type in a City & State in the Customize tab. • Select Your Search Engine Finally, Instant News lets you change your search engine to customize your preferred experience in the URL bar and search engine results page. Stay [IN] the know with Instant News.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Instant News by WeatherBug |
ID | amdgfhdmndckkaaelgfkbgldpnbdfloc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/instant-news-by-weatherbu/amdgfhdmndckkaaelgfkbgldpnbdfloc |
คำอธิบาย | Access the latest news from your favorite sources. Instantly |
ขนาดไฟล์ | 3.43 MB |
จำนวนการติดตั้ง | 128 |
เวอร์ชันปัจจุบัน | 1.4.190 |
อัปเดตครั้งล่าสุด | 2020-09-24 |
วันที่เผยแพร่ | 2020-08-16 |
คะแนน | 5.00/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | instantnewsapp.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | http://instantnewsapp.com/legal |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "author": "__MSG_appAuthor__", "default_locale": "en", "version": "1.4.190", "browser_action": { "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png" }, "default_title": "__MSG_appTitle__", "default_popup": "popup.html" }, "chrome_settings_overrides": { "search_provider": { "name": "Web", "keyword": "cps", "search_url": "https:\/\/instantnews_cps.ampxdirect.com\/omnibox?source=als_omnibox&partner=instantnews_cps&sub1=weatherbug&sub2=omnibox&qt={searchTerms}", "favicon_url": "http:\/\/www.instantnewsapp.com\/instantnews.png", "suggest_url": "https:\/\/instantnews_cps.cps.ampfeed.com\/suggestions?partner=instantnews_cps&sub1=weatherbug&sub2=omnibox&v=1.4&out=omnibox2&qt={searchTerms}", "encoding": "UTF-8", "is_default": true } }, "background": { "page": "background.html", "persistent": true }, "permissions": [ "*:\/\/*.instantnewssources.com\/*", "*:\/\/*.instantnewsapi.com\/*", "*:\/\/*.ampfeed.com\/*", "*:\/\/*.weatherbug.io\/*", "*:\/\/*.reuters.com\/*", "*:\/\/*.cnn.com\/*", "*:\/\/*.buzzfeed.com\/*", "*:\/\/*.usatoday.com\/*", "*:\/\/*.yahoo.com\/*", "*:\/\/*.foxnews.com\/*", "*:\/\/*.hollywoodlife.com\/*", "*:\/\/*.sheknows.com\/*", "*:\/\/*.stylecaster.com\/*", "*:\/\/*.usmagazine.com\/*", "*:\/\/*.mensjournal.com\/*", "*:\/\/*.cbsnews.com\/*", "*:\/\/*.cnbc.com\/*", "*:\/\/*.nbcnews.com\/*", "*:\/\/*.dj.com\/*", "*:\/\/*.go.com\/*", "*:\/\/*.huffpost.com\/*", "*:\/\/*.dailymail.co.uk\/*", "*:\/\/*.nypost.com\/*", "*:\/\/*.theguardian.com\/*", "*:\/\/*.bbci.co.uk\/*", "*:\/\/*.businessinsider.com\/*", "*:\/\/*.latimes.com\/*", "*:\/\/*.npr.org\/*", "*:\/\/*.newsweek.com\/*", "*:\/\/*.fortune.com\/*", "*:\/\/*.elitedaily.com\/*", "*:\/\/*.rollingstone.com\/*", "*:\/\/*.chicagotribune.com\/*", "*:\/\/*.people.com\/*", "*:\/\/*.mashable.com\/*", "*:\/\/*.goodnewsnetwork.org\/*", "*:\/\/*.ampxdirect.com\/*", "webRequest", "webRequestBlocking", "storage", "unlimitedStorage", "geolocation" ], "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "short_name": "CPSNews", "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com 'unsafe-eval'; object-src 'self'" } |