Pixiv PID 跳转
便捷跳转至 PID 对应的作品页面
What is Pixiv PID 跳转?
Pixiv PID 跳转 is a Chrome extension developed by https://lolicon.app, and its main feature is "便捷跳转至 PID 对应的作品页面".
Extension Screenshots
Download Pixiv PID 跳转 Extension CRX File
Download Pixiv PID 跳转 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
在为网页中出现P站作品 ID 但不包含链接而需要手动编辑网址而感到烦恼吗? 现在你只需要:选中,右击,Pixiv PID,轻松跳转~
Extension Basic Information
Name | Pixiv PID 跳转 |
ID | pgioaknpkcnnfcehpdnapiggaomgbcij |
Official URL | https://chromewebstore.google.com/detail/pixiv-pid-%E8%B7%B3%E8%BD%AC/pgioaknpkcnnfcehpdnapiggaomgbcij |
Description | 便捷跳转至 PID 对应的作品页面 |
File Size | 13.53 KB |
Installation Count | 164 |
Current Version | 1.0.0 |
Last Updated | 2022-02-05 |
Publish Date | 2022-02-05 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://lolicon.app |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/Tsuk1ko/pixiv-extensions |
Help Page URL | https://github.com/Tsuk1ko/pixiv-extensions/issues |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pixiv PID \u8df3\u8f6c", "description": "\u4fbf\u6377\u8df3\u8f6c\u81f3 PID \u5bf9\u5e94\u7684\u4f5c\u54c1\u9875\u9762", "version": "1.0.0", "manifest_version": 3, "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "96": "icons\/96.png", "128": "icons\/128.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "contextMenus" ] } |