Pixiv Tag Suggest

Suggest bookmark tags similar to or related to the artwork's tags. Automatically select your tags identical to the artwork's tags.

Pixiv Tag Suggestとは何ですか?

Pixiv Tag Suggestは無限猿によって開発されたChromeの拡張機能で、その主な機能は「Suggest bookmark tags similar to or related to the artwork's tags. Automatically select your tags identical to the artwork's tags.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Suggest your bookmark tags similar to the image's tags. Automatically select your tags identical to the image's tags.

2013-12-21, Version 3.14: Bug fix
2013-12-21, Version 3.13: Bug fix
2013-11-30, Version 3.11, 3.12: Bug fix
2013-11-26, Version 3.10: Follow pixiv's change
2013-05-21, Version 3.9: Change the size of the suggested tags
2013-05-21, Version 3.8: Follow pixiv's change
2013-05-12, Version 3.7: Follow pixiv's change
2013-04-29, Version 3.6: Fix highlighting tags
2012-07-06, Version 3.5: Fix XSS
2012-07-05, Version 3.4: Internationalization(Japanese, English)

http://twitter.com/#!/Scaled_Wurm

Description in Japanese
http://d.hatena.ne.jp/sucrose/20110514/p1                    

拡張機能の基本情報

名前 Pixiv Tag Suggest Pixiv Tag Suggest
ID magchgoilgdbbjilbkkofigdaaakaafd
公式URL https://chrome.google.com/webstore/detail/pixiv-tag-suggest/magchgoilgdbbjilbkkofigdaaakaafd
説明 Suggest bookmark tags similar to or related to the artwork's tags. Automatically select your tags identical to the artwork's tags.
ファイルサイズ 60.84 KB
インストール数 496
現在のバージョン 3.14
最終更新日 2013-12-20
公開日 2013-12-20
評価 4.60/5 合計 10 レビュー
開発者 無限猿
支払い方法 free
拡張機能のウェブサイト http://d.hatena.ne.jp/sucrose/20110514/p1
対応言語 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pixiv Tag Suggest",
    "version": "3.14",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "options_page": "options.html",
    "background": {
        "scripts": [
            "ibm_model1.js",
            "background.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-1.7.2.min.js",
                "pixiv-tag-suggest.user.js"
            ],
            "matches": [
                "http:\/\/www.pixiv.net\/*bookmark_add.php?*"
            ]
        }
    ]
}