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 là gì?

Pixiv Tag Suggest là một tiện ích mở rộng Chrome được phát triển bởi 無限猿, và tính năng chính của nó là "Suggest bookmark tags similar to or related to the artwork's tags. Automatically select your tags identical to the artwork's tags.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Pixiv Tag Suggest

Tải xuống các tệp mở rộng Pixiv Tag Suggest dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Pixiv Tag Suggest Pixiv Tag Suggest
ID magchgoilgdbbjilbkkofigdaaakaafd
URL Chính Thức https://chrome.google.com/webstore/detail/pixiv-tag-suggest/magchgoilgdbbjilbkkofigdaaakaafd
Mô tả Suggest bookmark tags similar to or related to the artwork's tags. Automatically select your tags identical to the artwork's tags.
Kích Thước Tệp 60.84 KB
Số Lần Cài Đặt 496
Phiên Bản Hiện Tại 3.14
Cập Nhật Lần Cuối 2013-12-20
Ngày Phát Hành 2013-12-20
Đánh Giá 4.60/5 Tổng số 10 Đánh Giá
Nhà Phát Triển 無限猿
Loại Thanh Toán free
Trang Web Mở Rộng http://d.hatena.ne.jp/sucrose/20110514/p1
Ngôn Ngữ Được Hỗ Trợ 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?*"
            ]
        }
    ]
}