Tag It

Bookmarks on steroids

Co to jest Tag It?

Tag It to rozszerzenie Chrome opracowane przez ugo.matrangolo, a jego główną funkcją jest „Bookmarks on steroids”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Tag It

Pobierz pliki rozszerzeń Tag It w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Tag It Tag It
ID megognehjmbjpkmfofghilohiahpgjkm
Oficjalny URL https://chrome.google.com/webstore/detail/tag-it/megognehjmbjpkmfofghilohiahpgjkm
Opis Bookmarks on steroids
Rozmiar pliku 532 KB
Liczba instalacji 24
Aktualna Wersja 0.0.2
Ostatnia Aktualizacja 2014-09-01
Data Publikacji 2014-09-01
Ocena 3.00/5 Łącznie 1 Oceny
Deweloper ugo.matrangolo
Typ Płatności free
Strona Rozszerzenia https://github.com/umatrangolo/tag-it
Obsługiwane Języki 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"
        }
    }
}