GoUp

Adds the button Go Up into the page site.

GoUp क्या है?

GoUp Anton Berezan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds the button Go Up into the page site."।

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

screenshot

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

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

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

                        If you wish to temporarily hide GoUp bar, please press right mouse button on GoUp.

Version 1.1.6:
  - added a new option to show/hide the 'Go back' button;

Version 1.1.4:
  - some fixes;

Version 1.1.3:
  - some fixes;

Version 1.1:
  - added compact style;
  - added options for animation and compact style;
  - updated style;

Version 1.0.1:
  - added animation;
  - right mouse click for temporarily hide;
  - some fixes;                    

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

नाम GoUp GoUp
ID aocpiddhkbidlpopabginfakppnbgkfl
आधिकारिक URL https://chromewebstore.google.com/detail/goup/aocpiddhkbidlpopabginfakppnbgkfl
विवरण Adds the button Go Up into the page site.
फ़ाइल का आकार 57.21 KB
स्थापना संख्या 154
वर्तमान संस्करण 1.1.6.2
अंतिम अपडेट 2013-03-09
प्रकाशन तिथि 2013-03-09
रेटिंग 4.41/5 कुल 17 रेटिंग्स
डेवलपर Anton Berezan
भुगतान के प्रकार free
समर्थित भाषाएँ en,ru
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GoUp",
    "version": "1.1.6.2",
    "description": "__MSG_description__",
    "default_locale": "en",
    "manifest_version": 2,
    "minimum_chrome_version": "16.0",
    "icons": {
        "128": "images\/goup-128.png",
        "48": "images\/goup-48.png",
        "32": "images\/goup-32.png",
        "16": "images\/goup-32.png"
    },
    "background": {
        "scripts": [
            "js\/options.js",
            "js\/background.js"
        ]
    },
    "web_accessible_resources": [
        "fonts\/comfortaa-bold.woff",
        "css\/goup.css"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/goup.js"
            ],
            "run_at": "document_start"
        }
    ],
    "options_page": "options.html"
}