GoUp

Adds the button Go Up into the page site.

Cos'è GoUp?

GoUp è un'estensione di Chrome sviluppata da Anton Berezan, e la sua funzione principale è "Adds the button Go Up into the page site.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione GoUp

Scarica i file di estensione GoUp in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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;                    

Informazioni di Base sull'Estensione

Nome GoUp GoUp
ID aocpiddhkbidlpopabginfakppnbgkfl
URL Ufficiale https://chromewebstore.google.com/detail/goup/aocpiddhkbidlpopabginfakppnbgkfl
Descrizione Adds the button Go Up into the page site.
Dimensione del File 57.21 KB
Conteggio Installazioni 154
Versione Corrente 1.1.6.2
Ultimo Aggiornamento 2013-03-09
Data di Pubblicazione 2013-03-09
Valutazione 4.41/5 Totale 17 Valutazioni
Sviluppatore Anton Berezan
Tipo di Pagamento free
Lingue Supportate 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"
}