TaggyTag

TaggyTag chrome extension

TaggyTagとは何ですか?

TaggyTagはhttps://taggytag.comによって開発されたChromeの拡張機能で、その主な機能は「TaggyTag chrome extension」です。

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

screenshot

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

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

拡張機能の使用方法

                        If you're tired of seeing a chunky bookmark toolbar, replace it with TaggyTag chrome extension.  It allows you to tag your saved links so the next time you want to open it, search with that same tag(s) again.                    

拡張機能の基本情報

名前 TaggyTag TaggyTag
ID fofobhhjlhfkpbjnbghoaechghbjdgem
公式URL https://chromewebstore.google.com/detail/taggytag/fofobhhjlhfkpbjnbghoaechghbjdgem
説明 TaggyTag chrome extension
ファイルサイズ 1.7 MB
インストール数 17
現在のバージョン 1.9.28
最終更新日 2019-03-08
公開日 2019-03-08
評価 4.60/5 合計 5 レビュー
開発者 https://taggytag.com
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TaggyTag",
    "description": "TaggyTag chrome extension",
    "version": "1.9.28",
    "icons": {
        "128": "logo.png"
    },
    "browser_action": {
        "default_popup": ".\/index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.taggytag.com\/*"
        ]
    },
    "omnibox": {
        "keyword": "t"
    },
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "https:\/\/api.graph.cool\/*"
    ]
}