Webmaster Net Chrome Extension

This extension displays 15 posts from webmaster.net right on your toolbar!

Webmaster Net Chrome Extension क्या है?

Webmaster Net Chrome Extension https://www.webmaster.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension displays 15 posts from webmaster.net right on your toolbar! "।

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

screenshot

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

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

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

                        Daily industry news covering the web industry from Google to Yandex. Also includes weekly expert articles covering a wide range of topics including writing tips, blogging tips, how to build a better business, system administration guides, small business guides, affiliate tutorials, outsourcing tutorials and various other related topics.                    

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

नाम Webmaster Net Chrome Extension Webmaster Net Chrome Extension
ID pfcffjlanejegfaghehpgnlhmnnjjjie
आधिकारिक URL https://chrome.google.com/webstore/detail/webmaster-net-chrome-exte/pfcffjlanejegfaghehpgnlhmnnjjjie
विवरण This extension displays 15 posts from webmaster.net right on your toolbar!
फ़ाइल का आकार 53.88 KB
स्थापना संख्या 45
वर्तमान संस्करण 2.2
अंतिम अपडेट 2015-02-16
प्रकाशन तिथि 2015-02-16
रेटिंग 4.00/5 कुल 2 रेटिंग्स
डेवलपर https://www.webmaster.net
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.webmaster.net
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_application_title__",
    "version": "2.2",
    "manifest_version": 2,
    "description": "__MSG_application_description__",
    "default_locale": "en",
    "homepage_url": "https:\/\/webmaster.net",
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/webmaster.net\/*,http:\/\/webmaster.net\/*,https:\/\/www.webmaster.net\/"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/content.js"
            ]
        }
    ],
    "permissions": [
        "https:\/\/webmaster.net\/",
        "https:\/\/www.webmaster.net\/"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "main.html"
    }
}