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.

Vad är PixivIDFinder?

PixivIDFinder är en Chrome-tillägg utvecklad av DriftKingTW, och dess huvudfunktion är "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. ".

Tilläggsskärmbilder

screenshot

Ladda ner PixivIDFinder-förlängningens CRX-fil

Ladda ner PixivIDFinder-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

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

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

Grundläggande Information om Tillägg

Namn PixivIDFinder PixivIDFinder
ID hdajjhbhcaklkjbandcgfgebkpiecchm
Officiell webbadress https://chrome.google.com/webstore/detail/pixividfinder/hdajjhbhcaklkjbandcgfgebkpiecchm
Beskrivning 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.
Filstorlek 33.95 KB
Antal Installationer 21
Aktuell Version 1.0
Senast Uppdaterad 2017-11-09
Publiceringsdatum 2017-11-09
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare DriftKingTW
Betalningssätt free
Stödda Språk 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"
        ]
    }
}