Go to the next page

Try to go to the next website's page

Go to the next page क्या है?

Go to the next page marcopiazzola द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Try to go to the next website's page"।

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

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

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

                                            

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

नाम Go to the next page Go to the next page
ID ajffmnhlepabalmbmhhjflghconjldkb
आधिकारिक URL https://chrome.google.com/webstore/detail/go-to-the-next-page/ajffmnhlepabalmbmhhjflghconjldkb
विवरण Try to go to the next website's page
फ़ाइल का आकार 10.05 KB
स्थापना संख्या 33
वर्तमान संस्करण 0.4
अंतिम अपडेट 2012-12-26
प्रकाशन तिथि 2012-12-26
रेटिंग 1.00/5 कुल 1 रेटिंग्स
डेवलपर marcopiazzola
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Go to the next page",
    "version": "0.4",
    "description": "Try to go to the next website's page",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_title": "Go to the next page",
        "default_icon": "icon.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "content.js"
        ]
    },
    "manifest_version": 2
}