Go Back CE-7

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

What is Go Back CE-7?

Go Back CE-7 is a Chrome extension developed by https://www.styleseven.com, and its main feature is "Advanced history button to move back for link opened in new tab.".

Extension Screenshots

screenshot

Download Go Back CE-7 Extension CRX File

Download Go Back CE-7 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Go Back CE-7 Go Back CE-7
ID gmbflfaclmaejdfpgjedoblpahahfmkp
Official URL https://chromewebstore.google.com/detail/go-back-ce-7/gmbflfaclmaejdfpgjedoblpahahfmkp
Description Advanced history button to move back for link opened in new tab.
File Size 9.89 KB
Installation Count 30
Current Version 1.0.1
Last Updated 2013-05-21
Publish Date 2013-05-21
Rating 2.50/5 Total 2 Ratings
Developer https://www.styleseven.com
Payment Type free
Extension Website http://www.styleseven.com/
Help Page URL http://www.styleseven.com/
Supported Languages 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
}