Tab Stocker

Stocks tabs to see later

Tab Stocker란 무엇입니까?

Tab Stocker은(는) https://izumisy-tech.hatenablog.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Stocks tabs to see later"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        【Features】
- Shortcut Key
- Sorting(Drog & Drop support)
- Context menu
- Synchronization

【Github】
https://github.com/IzumiSy/TabStocker                    

확장 프로그램 기본 정보

이름 Tab Stocker Tab Stocker
ID kjjjockipnpomghfnpbilhhcjjkombla
공식 URL https://chromewebstore.google.com/detail/tab-stocker/kjjjockipnpomghfnpbilhhcjjkombla
설명 Stocks tabs to see later
파일 크기 223 KB
설치 횟수 40
현재 버전 1.13.0
최근 업데이트 2017-10-10
출시 날짜 2017-10-09
평점 5.00/5 총 2 개의 평점
개발자 https://izumisy-tech.hatenablog.com
결제 유형 free
확장 프로그램 웹 사이트 http://github.com/IzumiSy/TabStocker
지원되는 언어 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.13.0",
    "manifest_version": 2,
    "description": "__MSG_extDesc__",
    "default_locale": "ja",
    "options_page": "html\/options.html",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "notifications",
        "contextMenus",
        "storage",
        "unlimitedStorage",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "browser_action": {
        "default_icon": "assets\/main.png",
        "default_title": "Tab Stocker",
        "default_popup": "html\/popup.html"
    },
    "commands": {
        "stock-tab": {
            "suggested_key": {
                "default": "Alt+S"
            },
            "description": "__MSG_extShortcutDesc__"
        }
    },
    "icons": {
        "16": "assets\/main.png",
        "128": "assets\/main.png"
    }
}