GoUp

Adds the button Go Up into the page site.

Co to jest GoUp?

GoUp to rozszerzenie Chrome opracowane przez Anton Berezan, a jego główną funkcją jest „Adds the button Go Up into the page site.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia GoUp

Pobierz pliki rozszerzeń GoUp w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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;                    

Podstawowe informacje o rozszerzeniu

Nazwa GoUp GoUp
ID aocpiddhkbidlpopabginfakppnbgkfl
Oficjalny URL https://chromewebstore.google.com/detail/goup/aocpiddhkbidlpopabginfakppnbgkfl
Opis Adds the button Go Up into the page site.
Rozmiar pliku 57.21 KB
Liczba instalacji 154
Aktualna Wersja 1.1.6.2
Ostatnia Aktualizacja 2013-03-09
Data Publikacji 2013-03-09
Ocena 4.41/5 Łącznie 17 Oceny
Deweloper Anton Berezan
Typ Płatności free
Obsługiwane Języki 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"
}