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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}