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.

Cos'è PixivIDFinder?

PixivIDFinder è un'estensione di Chrome sviluppata da DriftKingTW, e la sua funzione principale è "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. ".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione PixivIDFinder

Scarica i file di estensione PixivIDFinder 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

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

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

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

Informazioni di Base sull'Estensione

Nome PixivIDFinder PixivIDFinder
ID hdajjhbhcaklkjbandcgfgebkpiecchm
URL Ufficiale https://chrome.google.com/webstore/detail/pixividfinder/hdajjhbhcaklkjbandcgfgebkpiecchm
Descrizione 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.
Dimensione del File 33.95 KB
Conteggio Installazioni 21
Versione Corrente 1.0
Ultimo Aggiornamento 2017-11-09
Data di Pubblicazione 2017-11-09
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore DriftKingTW
Tipo di Pagamento free
Lingue Supportate 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"
        ]
    }
}