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.
什么是PixivIDFinder?
PixivIDFinder是由DriftKingTW开发的Chrome扩展程序,该扩展的主要功能是“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. ”。
扩展截图
下载PixivIDFinder扩展crx文件
下载PixivIDFinder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
覺得給PIXIV ID找圖很麻煩嗎, 有了這個擴充功能就可以讓你輕鬆點個右鍵上車(X)找圖找作者啦! Github: https://github.com/DriftKingTW/PixivIDFinder 歡迎關注我的Pixiv(Follow me on Pixiv): http://www.pixiv.me/driftkingtw (*゚∀゚*)(*゚∀゚*)(*゚∀゚*)
扩展基本信息
名称 | |
ID | hdajjhbhcaklkjbandcgfgebkpiecchm |
官方URL | https://chrome.google.com/webstore/detail/pixividfinder/hdajjhbhcaklkjbandcgfgebkpiecchm |
简介 | 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. |
文件大小 | 33.95 KB |
安装次数 | 21 |
当前版本 | 1.0 |
更新时间 | 2017-11-09 |
上架时间 | 2017-11-09 |
评分 | 5.00/5 共1次评分 |
开发者 | DriftKingTW |
付费类型 | free |
支持的语言 | 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" ] } } |