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.

Cos'è Pixiv Tag Suggest?

Pixiv Tag Suggest è un'estensione di Chrome sviluppata da 無限猿, e la sua funzione principale è "Suggest bookmark tags similar to or related to the artwork's tags. Automatically select your tags identical to the artwork's tags.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Pixiv Tag Suggest

Scarica i file di estensione Pixiv Tag Suggest in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Pixiv Tag Suggest Pixiv Tag Suggest
ID magchgoilgdbbjilbkkofigdaaakaafd
URL Ufficiale https://chrome.google.com/webstore/detail/pixiv-tag-suggest/magchgoilgdbbjilbkkofigdaaakaafd
Descrizione Suggest bookmark tags similar to or related to the artwork's tags. Automatically select your tags identical to the artwork's tags.
Dimensione del File 60.84 KB
Conteggio Installazioni 496
Versione Corrente 3.14
Ultimo Aggiornamento 2013-12-20
Data di Pubblicazione 2013-12-20
Valutazione 4.60/5 Totale 10 Valutazioni
Sviluppatore 無限猿
Tipo di Pagamento free
Sito Web dell'Estensione http://d.hatena.ne.jp/sucrose/20110514/p1
Lingue Supportate 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?*"
            ]
        }
    ]
}