Site root

Go to the home page of the current site.

Site root क्या है?

Site root baruchlubinsky द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Go to the home page of the current site."।

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

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

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

                        Return to the home page of the site you are on. 

Useful, for example, when you've just read an article and want to see the site its posted in, or instead of pressing back after viewing a picture gallery that modifies the URL.                    

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

नाम Site root Site root
ID heljngnjdbpcejgbeigbjmdpdafalgkh
आधिकारिक URL https://chrome.google.com/webstore/detail/site-root/heljngnjdbpcejgbeigbjmdpdafalgkh
विवरण Go to the home page of the current site.
फ़ाइल का आकार 21.93 KB
स्थापना संख्या 21
वर्तमान संस्करण 1.0
अंतिम अपडेट 2014-09-05
प्रकाशन तिथि 2014-09-05
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर baruchlubinsky
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Site root",
    "description": "Go to the home page of the current site.",
    "version": "1.0",
    "background": {
        "scripts": [
            "action.js"
        ]
    },
    "permissions": [
        "tabs",
        "webNavigation"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png",
            "128": "icon128.png"
        }
    }
}