Tag It

Bookmarks on steroids

What is Tag It?

Tag It is a Chrome extension developed by ugo.matrangolo, and its main feature is "Bookmarks on steroids".

Extension Screenshots

screenshot
screenshot
screenshot

Download Tag It Extension CRX File

Download Tag It extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Tag It Tag It
ID megognehjmbjpkmfofghilohiahpgjkm
Official URL https://chrome.google.com/webstore/detail/tag-it/megognehjmbjpkmfofghilohiahpgjkm
Description Bookmarks on steroids
File Size 532 KB
Installation Count 24
Current Version 0.0.2
Last Updated 2014-09-01
Publish Date 2014-09-01
Rating 3.00/5 Total 1 Ratings
Developer ugo.matrangolo
Payment Type free
Extension Website https://github.com/umatrangolo/tag-it
Supported Languages 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"
        }
    }
}