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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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?*"
            ]
        }
    ]
}