Tag It

Bookmarks on steroids

Tag Itとは何ですか?

Tag Itはugo.matrangoloによって開発されたChromeの拡張機能で、その主な機能は「Bookmarks on steroids」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Tag It拡張機能のCRXファイルをダウンロード

Tag It拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
        }
    }
}