The Startup Journal

Be the first to be notified when we cover some best startups in India on The Startup Journal.

The Startup Journal क्या है?

The Startup Journal http://www.thestartupjournal.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Be the first to be notified when we cover some best startups in India on The Startup Journal."।

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

screenshot

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

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

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

                                            

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

नाम The Startup Journal The Startup Journal
ID chhinifmhhfcgjdncaelnbnnckiihhfm
आधिकारिक URL https://chrome.google.com/webstore/detail/the-startup-journal/chhinifmhhfcgjdncaelnbnnckiihhfm
विवरण Be the first to be notified when we cover some best startups in India on The Startup Journal.
फ़ाइल का आकार 97.66 KB
स्थापना संख्या 23
वर्तमान संस्करण 1.0
अंतिम अपडेट 2015-08-03
प्रकाशन तिथि 2015-08-01
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर http://www.thestartupjournal.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.thestartupjournal.com
समर्थित भाषाएँ en
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "img\/icon-128.png",
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_name__",
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "notifications",
        "*:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0"
}