InShorts
Unofficial extension for InShorts. Get notifications for important news! - Developed by masthead1.
¿Qué es InShorts?
InShorts es una extensión de Chrome desarrollada por masthead1, y su función principal es "Unofficial extension for InShorts. Get notifications for important news! - Developed by masthead1.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión InShorts
Descarga archivos de extensión InShorts en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | InShorts |
ID | ihdhfdeffimajgfmlfhhnhkckfedaikd |
URL Oficial | https://chromewebstore.google.com/detail/inshorts/ihdhfdeffimajgfmlfhhnhkckfedaikd |
Descripción | Unofficial extension for InShorts. Get notifications for important news! - Developed by masthead1. |
Tamaño del Archivo | 317 KB |
Cantidad de Instalaciones | 3,924 |
Versión Actual | 1.0 |
Última Actualización | 2017-07-03 |
Fecha de Publicación | 2017-07-03 |
Calificación | 4.65/5 Total de 20 Calificaciones |
Desarrollador | masthead1 |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.inshorts.com |
Idiomas Soportados | 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" } } |