InShorts
Unofficial extension for InShorts. Get notifications for important news! - Developed by masthead1.
Cos'è InShorts?
InShorts è un'estensione di Chrome sviluppata da masthead1, e la sua funzione principale è "Unofficial extension for InShorts. Get notifications for important news! - Developed by masthead1.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione InShorts
Scarica i file di estensione InShorts in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | InShorts |
ID | ihdhfdeffimajgfmlfhhnhkckfedaikd |
URL Ufficiale | https://chromewebstore.google.com/detail/inshorts/ihdhfdeffimajgfmlfhhnhkckfedaikd |
Descrizione | Unofficial extension for InShorts. Get notifications for important news! - Developed by masthead1. |
Dimensione del File | 317 KB |
Conteggio Installazioni | 3,924 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2017-07-03 |
Data di Pubblicazione | 2017-07-03 |
Valutazione | 4.65/5 Totale 20 Valutazioni |
Sviluppatore | masthead1 |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.inshorts.com |
Lingue Supportate | 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" } } |