Pixiv PID 跳转
便捷跳转至 PID 对应的作品页面
Pixiv PID 跳转とは何ですか?
Pixiv PID 跳转はhttps://lolicon.appによって開発されたChromeの拡張機能で、その主な機能は「便捷跳转至 PID 对应的作品页面」です。
拡張機能のスクリーンショット
Pixiv PID 跳转拡張機能のCRXファイルをダウンロード
Pixiv PID 跳转拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
在为网页中出现P站作品 ID 但不包含链接而需要手动编辑网址而感到烦恼吗? 现在你只需要:选中,右击,Pixiv PID,轻松跳转~
拡張機能の基本情報
名前 | Pixiv PID 跳转 |
ID | pgioaknpkcnnfcehpdnapiggaomgbcij |
公式URL | https://chromewebstore.google.com/detail/pixiv-pid-%E8%B7%B3%E8%BD%AC/pgioaknpkcnnfcehpdnapiggaomgbcij |
説明 | 便捷跳转至 PID 对应的作品页面 |
ファイルサイズ | 13.53 KB |
インストール数 | 164 |
現在のバージョン | 1.0.0 |
最終更新日 | 2022-02-05 |
公開日 | 2022-02-05 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | https://lolicon.app |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/Tsuk1ko/pixiv-extensions |
ヘルプページのURL | https://github.com/Tsuk1ko/pixiv-extensions/issues |
対応言語 | 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" ] } |