Tab Gear

Chrome extension for tab management

Tab Gear란 무엇입니까?

Tab Gear은(는) Pobedit Instruments에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome extension for tab management"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Tag Gears is an extension for Google Chrome that provides an intuitive tab management.

Some of the features that will come handy:

✔ List of all open tabs.
✔ See incognito tabs.
✔ Move your tabs in a preferred order — just drag and drop them!
✔ Search by title and URL — just start typing.
✔ Tab discarding. Allows Chrome to automatically discard tabs that aren't of great interest to you when it's detected that system memory is running pretty low.
✔ Displays the number of tabs you currently have open in all your Chrome windows.
✔ Closing selective tabs.
✔ Closing all open tabs.
✔ Quick opening your extensions.
✔ Localization for English and Russian languages.
✔ Press Ctrl+Shift+T or ⌘+⇧+T keys to show or hide the browser action popup.
✔ Do you want to prevent closing multiple tabs? It's possible by default and configurable!                    

확장 프로그램 기본 정보

이름 Tab Gear Tab Gear
ID almpknjjcngnpimhjmcfgiafmfcdjfae
공식 URL https://chromewebstore.google.com/detail/tab-gear/almpknjjcngnpimhjmcfgiafmfcdjfae
설명 Chrome extension for tab management
파일 크기 180 KB
설치 횟수 41
현재 버전 1.0.5
최근 업데이트 2016-12-10
출시 날짜 2016-12-10
평점 5.00/5 총 1 개의 평점
개발자 Pobedit Instruments
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/pobedit-instruments/tab-gear
도움말 페이지 URL https://github.com/pobedit-instruments/tab-gear/issues
지원되는 언어 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "version": "1.0.5",
    "author": "Pobedit Instruments",
    "manifest_version": 2,
    "default_locale": "en",
    "minimum_chrome_version": "45.0",
    "offline_enabled": true,
    "optional_permissions": [
        "tabs"
    ],
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "icons": {
        "16": ".\/files\/icons\/16x16.png",
        "48": ".\/files\/icons\/48x48.png",
        "128": ".\/files\/icons\/128x128.png"
    },
    "browser_action": {
        "default_icon": {
            "38": ".\/files\/icons\/38x38.png"
        },
        "default_title": "__MSG_extension_name__",
        "default_popup": ".\/index.html"
    },
    "options_ui": {
        "chrome_style": true,
        "page": ".\/options\/index.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+T"
            }
        }
    },
    "web_accessible_resources": [
        "files\/*",
        "options\/*",
        "main.css",
        "main.js",
        "index.html"
    ],
    "content_security_policy": "default-src 'self' blob:; font-src * data: blob:; script-src 'self' https:\/\/*.google-analytics.com; object-src 'self'; style-src 'self' 'unsafe-inline'; img-src * data: blob: 'unsafe-inline'"
}