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 là gì?
PixivIDFinder là một tiện ích mở rộng Chrome được phát triển bởi DriftKingTW, và tính năng chính của nó là "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. ".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng PixivIDFinder
Tải xuống các tệp mở rộng PixivIDFinder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
覺得給PIXIV ID找圖很麻煩嗎, 有了這個擴充功能就可以讓你輕鬆點個右鍵上車(X)找圖找作者啦! Github: https://github.com/DriftKingTW/PixivIDFinder 歡迎關注我的Pixiv(Follow me on Pixiv): http://www.pixiv.me/driftkingtw (*゚∀゚*)(*゚∀゚*)(*゚∀゚*)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hdajjhbhcaklkjbandcgfgebkpiecchm |
URL Chính Thức | https://chrome.google.com/webstore/detail/pixividfinder/hdajjhbhcaklkjbandcgfgebkpiecchm |
Mô tả | 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. |
Kích Thước Tệp | 33.95 KB |
Số Lần Cài Đặt | 21 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2017-11-09 |
Ngày Phát Hành | 2017-11-09 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | DriftKingTW |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } } |