Go Back CE-7

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

Vad är Go Back CE-7?

Go Back CE-7 är en Chrome-tillägg utvecklad av https://www.styleseven.com, och dess huvudfunktion är "Advanced history button to move back for link opened in new tab.".

Tilläggsskärmbilder

screenshot

Ladda ner Go Back CE-7-förlängningens CRX-fil

Ladda ner Go Back CE-7-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Go Back CE-7 Go Back CE-7
ID gmbflfaclmaejdfpgjedoblpahahfmkp
Officiell webbadress https://chromewebstore.google.com/detail/go-back-ce-7/gmbflfaclmaejdfpgjedoblpahahfmkp
Beskrivning Advanced history button to move back for link opened in new tab.
Filstorlek 9.89 KB
Antal Installationer 30
Aktuell Version 1.0.1
Senast Uppdaterad 2013-05-21
Publiceringsdatum 2013-05-21
Betyg 2.50/5 Totalt 2 Betyg
Utvecklare https://www.styleseven.com
Betalningssätt free
Tilläggswebbplats http://www.styleseven.com/
Hjälpsida URL http://www.styleseven.com/
Stödda Språk 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
}