Pixiv Bookmark Auto Tag Setter

pixivの★アイコンクリック時のブックマークタグを作品から自動で引用したり、ブックマーク一覧ページでタグを作品タグに更新したりすることが出来ます。

What is Pixiv Bookmark Auto Tag Setter?

Pixiv Bookmark Auto Tag Setter is a Chrome extension developed by reimer0204, and its main feature is "pixivの★アイコンクリック時のブックマークタグを作品から自動で引用したり、ブックマーク一覧ページでタグを作品タグに更新したりすることが出来ます。".

Extension Screenshots

screenshot

Download Pixiv Bookmark Auto Tag Setter Extension CRX File

Download Pixiv Bookmark Auto Tag Setter 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

                        pixivの作品の右下にある★マークをクリックするとブックマークすることが出来ますが、タグが設定されないせいで後で不便な思いをしていませんか?
この拡張を導入すると、★マーククリック時に自動で作品のタグを引用してブックマークタグにすることが出来ます!
また、既にタグ無しでブックマークしてしまったものも、ブックマークページ上部のボタンから再設定することが出来ます!                    

Extension Basic Information

Name Pixiv Bookmark Auto Tag Setter Pixiv Bookmark Auto Tag Setter
ID ebbfedneappimiccmhkogiimoaadohmh
Official URL https://chromewebstore.google.com/detail/pixiv-bookmark-auto-tag-s/ebbfedneappimiccmhkogiimoaadohmh
Description pixivの★アイコンクリック時のブックマークタグを作品から自動で引用したり、ブックマーク一覧ページでタグを作品タグに更新したりすることが出来ます。
File Size 8.25 KB
Installation Count 213
Current Version 1.0.1
Last Updated 2017-11-27
Publish Date 2017-11-27
Rating 5.00/5 Total 4 Ratings
Developer reimer0204
Email [email protected]
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pixiv Bookmark Auto Tag Setter",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "pixiv\u306e\u2605\u30a2\u30a4\u30b3\u30f3\u30af\u30ea\u30c3\u30af\u6642\u306e\u30d6\u30c3\u30af\u30de\u30fc\u30af\u30bf\u30b0\u3092\u4f5c\u54c1\u304b\u3089\u81ea\u52d5\u3067\u5f15\u7528\u3057\u305f\u308a\u3001\u30d6\u30c3\u30af\u30de\u30fc\u30af\u4e00\u89a7\u30da\u30fc\u30b8\u3067\u30bf\u30b0\u3092\u4f5c\u54c1\u30bf\u30b0\u306b\u66f4\u65b0\u3057\u305f\u308a\u3059\u308b\u3053\u3068\u304c\u51fa\u6765\u307e\u3059\u3002",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.pixiv.net\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "embeded-script.js"
    ],
    "permissions": [
        "https:\/\/www.pixiv.net\/*"
    ]
}