Go Back CE-7

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

Go Back CE-7とは何ですか?

Go Back CE-7はhttps://www.styleseven.comによって開発されたChromeの拡張機能で、その主な機能は「Advanced history button to move back for link opened in new tab.」です。

拡張機能のスクリーンショット

screenshot

Go Back CE-7拡張機能のCRXファイルをダウンロード

Go Back CE-7拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Go Back CE-7 Go Back CE-7
ID gmbflfaclmaejdfpgjedoblpahahfmkp
公式URL https://chromewebstore.google.com/detail/go-back-ce-7/gmbflfaclmaejdfpgjedoblpahahfmkp
説明 Advanced history button to move back for link opened in new tab.
ファイルサイズ 9.89 KB
インストール数 30
現在のバージョン 1.0.1
最終更新日 2013-05-21
公開日 2013-05-21
評価 2.50/5 合計 2 レビュー
開発者 https://www.styleseven.com
支払い方法 free
拡張機能のウェブサイト http://www.styleseven.com/
ヘルプページのURL http://www.styleseven.com/
対応言語 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
}