Go Back CE-7

Advanced history button to move back for link opened in new tab.

Cos'è Go Back CE-7?

Go Back CE-7 è un'estensione di Chrome sviluppata da https://www.styleseven.com, e la sua funzione principale è "Advanced history button to move back for link opened in new tab.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Go Back CE-7

Scarica i file di estensione Go Back CE-7 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

                        Link opened in new tab has not history. So you can not press button "Back". By this extension you can quickly move to source tab or if it closed to source link in current tab.
Enable button will be displayed by green color, disabled by gray color.
Just click on extension button to focus source tab. If source tab is closed then source link will be open in the current tab.
For show back link in popup window just move mouse pointer to extension button.                    

Informazioni di Base sull'Estensione

Nome Go Back CE-7 Go Back CE-7
ID gmbflfaclmaejdfpgjedoblpahahfmkp
URL Ufficiale https://chromewebstore.google.com/detail/go-back-ce-7/gmbflfaclmaejdfpgjedoblpahahfmkp
Descrizione Advanced history button to move back for link opened in new tab.
Dimensione del File 9.89 KB
Conteggio Installazioni 30
Versione Corrente 1.0.1
Ultimo Aggiornamento 2013-05-21
Data di Pubblicazione 2013-05-21
Valutazione 2.50/5 Totale 2 Valutazioni
Sviluppatore https://www.styleseven.com
Tipo di Pagamento free
Sito Web dell'Estensione http://www.styleseven.com/
URL della Pagina di Aiuto http://www.styleseven.com/
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Go Back CE-7",
    "version": "1.0.1",
    "background": {
        "scripts": [
            "base.js"
        ]
    },
    "description": "Advanced history button to move back for link opened in new tab.",
    "icons": {
        "128": "icon_128.png",
        "16": "icon_16.png"
    },
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icon_19.png",
            "38": "icon_38.png"
        }
    },
    "manifest_version": 2
}