pixiv-download-image-with-name

pixivの画像を、良い感じに名前を付けてダウンロードできるようにします。

Qu'est-ce que pixiv-download-image-with-name ?

pixiv-download-image-with-name est une extension Chrome développée par https://kikuchy.hatenablog.com, et sa fonction principale est "pixivの画像を、良い感じに名前を付けてダウンロードできるようにします。".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension pixiv-download-image-with-name

Téléchargez les fichiers d'extension pixiv-download-image-with-name au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        イラストSNS pixiv ( http://www.pixiv.net/ ) のイラストをに、良い感じに名前を付けて保存できるようにします。
pixivのイラストを保存すると、普通は訳の分からない数字がファイル名になってしまいます。
このプラグインを使うと、イラストのタイトル、描いた人の名前などをつけて、しかも1クリックだけで保存できるようにします。                    

Informations de Base sur l'Extension

Nom pixiv-download-image-with-name pixiv-download-image-with-name
ID nlkgkpmmdbibfgbognoefhlnhpbkdefo
URL Officiel https://chromewebstore.google.com/detail/pixiv-download-image-with/nlkgkpmmdbibfgbognoefhlnhpbkdefo
Description pixivの画像を、良い感じに名前を付けてダウンロードできるようにします。
Taille du Fichier 30.86 KB
Nombre d'Installations 562
Version Actuelle 0.5.3
Dernière Mise à Jour 2017-09-24
Date de Publication 2017-09-23
Évaluation 4.29/5 Total 7 Évaluations
Développeur https://kikuchy.hatenablog.com
Type de Paiement free
Site Web de l'Extension https://github.com/kikuchy/pixiv-download-image-with-name
URL de la Page d'Aide https://github.com/kikuchy/pixiv-download-image-with-name/issues
Langues Prises en Charge ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.5.3",
    "name": "pixiv-download-image-with-name",
    "description": "pixiv\u306e\u753b\u50cf\u3092\u3001\u826f\u3044\u611f\u3058\u306b\u540d\u524d\u3092\u4ed8\u3051\u3066\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3067\u304d\u308b\u3088\u3046\u306b\u3057\u307e\u3059\u3002",
    "icons": {
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "downloads",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*.pixiv.net\/",
        "https:\/\/*.pixiv.net\/",
        "*:\/\/*.pximg.net\/"
    ],
    "content_scripts": [
        {
            "run_at": "document_start",
            "js": [
                "includes\/main.js"
            ],
            "matches": [
                "http:\/\/www.pixiv.net\/member_illust.php?*",
                "https:\/\/www.pixiv.net\/member_illust.php?*"
            ]
        }
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "lib\/backgrounds.js"
        ]
    }
}