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é es PixivIDFinder?

PixivIDFinder es una extensión de Chrome desarrollada por DriftKingTW, y su función principal es "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. ".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión PixivIDFinder

Descarga archivos de extensión PixivIDFinder en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

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

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

Información Básica de la Extensión

Nombre PixivIDFinder PixivIDFinder
ID hdajjhbhcaklkjbandcgfgebkpiecchm
URL Oficial https://chrome.google.com/webstore/detail/pixividfinder/hdajjhbhcaklkjbandcgfgebkpiecchm
Descripción 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.
Tamaño del Archivo 33.95 KB
Cantidad de Instalaciones 21
Versión Actual 1.0
Última Actualización 2017-11-09
Fecha de Publicación 2017-11-09
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador DriftKingTW
Tipo de Pago free
Idiomas Soportados 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"
        ]
    }
}