Site Home

Brings you to the home page of the current site with the click of a button.

Site Home क्या है?

Site Home Jesse Dunlap द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Brings you to the home page of the current site with the click of a button."।

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

screenshot

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

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

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

                        Have you ever wished you could get to the home page of a site quickly? Often times, web sites don't make their home page easily or intuitively accessible. With a simple click of the Site Home button, you will be brought to the home URL of the web site you are currently on.                    

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

नाम Site Home Site Home
ID hgonghcngmmgmbmekheklpjonopaocfi
आधिकारिक URL https://chromewebstore.google.com/detail/site-home/hgonghcngmmgmbmekheklpjonopaocfi
विवरण Brings you to the home page of the current site with the click of a button.
फ़ाइल का आकार 10.03 KB
स्थापना संख्या 102
वर्तमान संस्करण 1.0
अंतिम अपडेट 2012-06-11
प्रकाशन तिथि 2012-06-10
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Jesse Dunlap
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Site Home",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Brings you to the home page of the current site with the click of a button.",
    "browser_action": {
        "default_icon": "icon48.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}