Tag It

Bookmarks on steroids

Tag It란 무엇입니까?

Tag It은(는) ugo.matrangolo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bookmarks on steroids"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Quickly tag and search web content.

Key bindings:
- Shift-Alt-s : save current tab
- Shift-Alt-j : show all saved content

Features:
- Instantly tag and store interesting content
- Quick search stored content
- Tag and save PDF documents                    

확장 프로그램 기본 정보

이름 Tag It Tag It
ID megognehjmbjpkmfofghilohiahpgjkm
공식 URL https://chrome.google.com/webstore/detail/tag-it/megognehjmbjpkmfofghilohiahpgjkm
설명 Bookmarks on steroids
파일 크기 532 KB
설치 횟수 24
현재 버전 0.0.2
최근 업데이트 2014-09-01
출시 날짜 2014-09-01
평점 3.00/5 총 1 개의 평점
개발자 ugo.matrangolo
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/umatrangolo/tag-it
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tag It",
    "version": "0.0.2",
    "description": "Bookmarks on steroids",
    "author": "[email protected]",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "storage",
        "activeTab",
        "downloads",
        ""
    ],
    "background": {
        "scripts": [
            "lib\/underscore-min.js",
            "js\/store.js",
            "lib\/lunr.min.js",
            "js\/search.js",
            "js\/utils.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "public\/icon.png",
        "default_popup": "html\/popup.html"
    },
    "commands": {
        "journal": {
            "suggested_key": {
                "default": "Alt+Shift+J"
            },
            "description": "Show the journal in a new tab"
        },
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+S"
            },
            "description": "Send a 'save' event to the extension"
        }
    }
}