Shiver Me Tabs!

We set sail and explore the web. Tab management for pirates.

Shiver Me Tabs!란 무엇입니까?

Shiver Me Tabs!은(는) https://jvaill.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "We set sail and explore the web. Tab management for pirates."입니다.

확장 프로그램 스크린샷

screenshot

Shiver Me Tabs! 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Tired of searching for tabs? Enter Shiver Me Tabs!, beautiful tab management for Chrome.

Features:
* Real-time thumbnails of all your active tabs
* Quick scan sidebar for even faster tab scouting

Coming soon:
* Fuzzy searching of open tabs
* Tab groups and the ability to save and load them
* ...

Known bugs:
* Some tabs may be missing from Shiver Me Tabs! when using multiple windows
* Favicons are occasionally missing                    

확장 프로그램 기본 정보

이름 Shiver Me Tabs! Shiver Me Tabs!
ID oihpindlepmooloblabmlodlemkfkcaj
공식 URL https://chromewebstore.google.com/detail/shiver-me-tabs/oihpindlepmooloblabmlodlemkfkcaj
설명 We set sail and explore the web. Tab management for pirates.
파일 크기 252 KB
설치 횟수 27
현재 버전 0.3
최근 업데이트 2012-12-09
출시 날짜 2012-12-09
평점 4.77/5 총 13 개의 평점
개발자 https://jvaill.com
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shiver Me Tabs!",
    "description": "We set sail and explore the web. Tab management for pirates.",
    "version": "0.3",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        ""
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "img\/icon-16x16.png",
        "48": "img\/icon-48x48.png",
        "128": "img\/icon-128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/jquery.js",
                "content.js"
            ],
            "css": []
        }
    ],
    "manifest_version": 2
}