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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย DriftKingTW และคุณลักษณะหลักของมันคือ "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. "
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PixivIDFinder
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } } |