Taberang

Taberang lets you close a tab and have it automatically open again later. It's like Boomerang for your tabs!

Taberang란 무엇입니까?

Taberang은(는) Nicky Hajal에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Taberang lets you close a tab and have it automatically open again later. It's like Boomerang for your tabs!"입니다.

확장 프로그램 스크린샷

screenshot

Taberang 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Taberang let's you close a tab and have it automatically open again later. It's like Boomerang for your tabs!

v 0.1
===
- Tell a tab to re-open in minutes, hours or days

v 0.3
===
- Re-opened tabs can open in background or foreground
- Desktop notification on re-open (or not!)

v 0.4
===
- Restore scroll position 

v 0.5
===
- Improves support for multiple/closed windows                    

확장 프로그램 기본 정보

이름 Taberang Taberang
ID poejodidiefeblggimfehoamcdcgpgba
공식 URL https://chromewebstore.google.com/detail/taberang/poejodidiefeblggimfehoamcdcgpgba
설명 Taberang lets you close a tab and have it automatically open again later. It's like Boomerang for your tabs!
파일 크기 171 KB
설치 횟수 21
현재 버전 0.5.1
최근 업데이트 2014-01-05
출시 날짜 2014-01-04
평점 3.75/5 총 4 개의 평점
개발자 Nicky Hajal
결제 유형 free
확장 프로그램 웹 사이트 http://nickyhajal.com
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Taberang",
    "version": "0.5.1",
    "manifest_version": 2,
    "description": "Taberang lets you close a tab and have it automatically open again later. It's like Boomerang for your tabs!",
    "icons": {
        "16": "icon16.png",
        "24": "icon24.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_title": "Taberang",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_scripts.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "notifications",
        "background",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}