PixivIDFinder

Just select the ID, right-click on it and you can go to pixiv artwork or user page without copy&paste in the address bar.

Qu'est-ce que PixivIDFinder ?

PixivIDFinder est une extension Chrome développée par DriftKingTW, et sa fonction principale est "Just select the ID, right-click on it and you can go to pixiv artwork or user page without copy&paste in the address bar. ".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension PixivIDFinder

Téléchargez les fichiers d'extension PixivIDFinder 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

                        覺得給PIXIV ID找圖很麻煩嗎, 有了這個擴充功能就可以讓你輕鬆點個右鍵上車(X)找圖找作者啦!

Github: https://github.com/DriftKingTW/PixivIDFinder

歡迎關注我的Pixiv(Follow me on Pixiv): http://www.pixiv.me/driftkingtw
(*゚∀゚*)(*゚∀゚*)(*゚∀゚*)                    

Informations de Base sur l'Extension

Nom PixivIDFinder PixivIDFinder
ID hdajjhbhcaklkjbandcgfgebkpiecchm
URL Officiel https://chrome.google.com/webstore/detail/pixividfinder/hdajjhbhcaklkjbandcgfgebkpiecchm
Description Just select the ID, right-click on it and you can go to pixiv artwork or user page without copy&paste in the address bar.
Taille du Fichier 33.95 KB
Nombre d'Installations 21
Version Actuelle 1.0
Dernière Mise à Jour 2017-11-09
Date de Publication 2017-11-09
Évaluation 5.00/5 Total 1 Évaluations
Développeur DriftKingTW
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PixivIDFinder",
    "description": "Just select the ID, right-click on it and you can go to pixiv artwork or user page without copy&paste in the address bar. ",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": [],
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}