InShorts
Unofficial extension for InShorts. Get notifications for important news! - Developed by masthead1.
Qu'est-ce que InShorts ?
InShorts est une extension Chrome développée par masthead1, et sa fonction principale est "Unofficial extension for InShorts. Get notifications for important news! - Developed by masthead1.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension InShorts
Téléchargez les fichiers d'extension InShorts au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | InShorts |
ID | ihdhfdeffimajgfmlfhhnhkckfedaikd |
URL Officiel | https://chromewebstore.google.com/detail/inshorts/ihdhfdeffimajgfmlfhhnhkckfedaikd |
Description | Unofficial extension for InShorts. Get notifications for important news! - Developed by masthead1. |
Taille du Fichier | 317 KB |
Nombre d'Installations | 3,924 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2017-07-03 |
Date de Publication | 2017-07-03 |
Évaluation | 4.65/5 Total 20 Évaluations |
Développeur | masthead1 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.inshorts.com |
Langues Prises en Charge | 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" } } |