InShorts

Unofficial extension for InShorts. Get notifications for important news! - Developed by masthead1.

InShorts क्या है?

InShorts masthead1 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Unofficial extension for InShorts. Get notifications for important news! - Developed by masthead1."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में InShorts एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम InShorts InShorts
ID ihdhfdeffimajgfmlfhhnhkckfedaikd
आधिकारिक URL https://chromewebstore.google.com/detail/inshorts/ihdhfdeffimajgfmlfhhnhkckfedaikd
विवरण Unofficial extension for InShorts. Get notifications for important news! - Developed by masthead1.
फ़ाइल का आकार 317 KB
स्थापना संख्या 3,924
वर्तमान संस्करण 1.0
अंतिम अपडेट 2017-07-03
प्रकाशन तिथि 2017-07-03
रेटिंग 4.65/5 कुल 20 रेटिंग्स
डेवलपर masthead1
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.inshorts.com
समर्थित भाषाएँ 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"
    }
}