InShorts
Unofficial extension for InShorts. Get notifications for important news! - Developed by masthead1.
Vad är InShorts?
InShorts är en Chrome-tillägg utvecklad av masthead1, och dess huvudfunktion är "Unofficial extension for InShorts. Get notifications for important news! - Developed by masthead1.".
Tilläggsskärmbilder
Ladda ner InShorts-förlängningens CRX-fil
Ladda ner InShorts-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Stay informed in 60 words. We understand you don’t have time to go through long news articles everyday. So we cut the clutter and deliver them, in 60-word shorts. Short news for the mobile generation. About the extension: -[NEW]Choose the frequency of news notifications. -Get notified for every important event. -Have finer control over what notifications you want to see. -A concise view where, reading news was never so convenient. -Choose a news topic for notifications. Credits: -Extension created by masthead1 NOTE: I'm not responsible for any unforeseen disputes and/or clashes. All the copyrights and trademarks still belong to inShorts. User is advised to use this extension for his personal use only.
Grundläggande Information om Tillägg
Namn | InShorts |
ID | ihdhfdeffimajgfmlfhhnhkckfedaikd |
Officiell webbadress | https://chromewebstore.google.com/detail/inshorts/ihdhfdeffimajgfmlfhhnhkckfedaikd |
Beskrivning | Unofficial extension for InShorts. Get notifications for important news! - Developed by masthead1. |
Filstorlek | 317 KB |
Antal Installationer | 3,924 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2017-07-03 |
Publiceringsdatum | 2017-07-03 |
Betyg | 4.65/5 Totalt 20 Betyg |
Utvecklare | masthead1 |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.inshorts.com |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "InShorts", "description": "Unofficial extension for InShorts. Get notifications for important news! - Developed by masthead1. ", "icons": { "16": "img\/favicon.png", "48": "img\/favicon.png", "128": "img\/favicon.png" }, "version": "1.0", "homepage_url": "http:\/\/inshorts.com", "background": { "page": "background.html" }, "options_page": "options.html", "permissions": [ "https:\/\/www.inshorts.com\/en\/read", "http:\/\/images.newsinshorts.com.edgesuite.net\/app_assets\/images\/", "alarms", "notifications", "storage" ], "browser_action": { "default_icon": "img\/favicon.png", "default_title": "InShorts - by masthead1", "default_popup": "popup.html" } } |