Tag It

Bookmarks on steroids

Wat is Tag It?

Tag It is een Chrome-extensie ontwikkeld door ugo.matrangolo, en de belangrijkste functie is "Bookmarks on steroids".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Tag It

Download Tag It-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Tag It Tag It
ID megognehjmbjpkmfofghilohiahpgjkm
Officiële URL https://chrome.google.com/webstore/detail/tag-it/megognehjmbjpkmfofghilohiahpgjkm
Beschrijving Bookmarks on steroids
Bestandsgrootte 532 KB
Aantal Installaties 24
Huidige Versie 0.0.2
Laatst Bijgewerkt 2014-09-01
Publicatiedatum 2014-09-01
Beoordeling 3.00/5 Totaal 1 Beoordelingen
Ontwikkelaar ugo.matrangolo
Betalingswijze free
Extensiewebsite https://github.com/umatrangolo/tag-it
Ondersteunde Talen 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"
        }
    }
}