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.

Co to jest PixivIDFinder?

PixivIDFinder to rozszerzenie Chrome opracowane przez DriftKingTW, a jego główną funkcją jest „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. ”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia PixivIDFinder

Pobierz pliki rozszerzeń PixivIDFinder w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

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

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

Podstawowe informacje o rozszerzeniu

Nazwa PixivIDFinder PixivIDFinder
ID hdajjhbhcaklkjbandcgfgebkpiecchm
Oficjalny URL https://chrome.google.com/webstore/detail/pixividfinder/hdajjhbhcaklkjbandcgfgebkpiecchm
Opis 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.
Rozmiar pliku 33.95 KB
Liczba instalacji 21
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2017-11-09
Data Publikacji 2017-11-09
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper DriftKingTW
Typ Płatności free
Obsługiwane Języki 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"
        ]
    }
}