pixiv Poplar Tag Illust Viewer
pixivの「人気のタグ」のイラストを直接開く拡張機能です。
pixiv Poplar Tag Illust Viewerคืออะไร?
pixiv Poplar Tag Illust Viewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Cobalt และคุณลักษณะหลักของมันคือ "pixivの「人気のタグ」のイラストを直接開く拡張機能です。"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย pixiv Poplar Tag Illust Viewer
ดาวน์โหลดไฟล์ส่วนขยาย pixiv Poplar Tag Illust Viewer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
pixivトップページの「人気のタグ」のイラストをクリックしたときに、 そのイラストを直接開く拡張機能です。 2021/10/22 1.0.1.0 レイアウトが崩れる不具合の修正 / 検索ボックス内の「人気のイラストタグ」「人気の小説タグ」に対応 2021/07/14 1.0.0.1 初版
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | pixiv Poplar Tag Illust Viewer |
ID | hinbjjoanmiedpoogalndfchmamkpmaj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/pixiv-poplar-tag-illust-v/hinbjjoanmiedpoogalndfchmamkpmaj |
คำอธิบาย | pixivの「人気のタグ」のイラストを直接開く拡張機能です。 |
ขนาดไฟล์ | 43.49 KB |
จำนวนการติดตั้ง | 72 |
เวอร์ชันปัจจุบัน | 1.0.1.0 |
อัปเดตครั้งล่าสุด | 2021-10-23 |
วันที่เผยแพร่ | 2021-07-13 |
ผู้พัฒนา | Cobalt |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Cobalt", "name": "pixiv Poplar Tag Illust Viewer", "version": "1.0.1.0", "manifest_version": 2, "description": "pixiv\u306e\u300c\u4eba\u6c17\u306e\u30bf\u30b0\u300d\u306e\u30a4\u30e9\u30b9\u30c8\u3092\u76f4\u63a5\u958b\u304f\u62e1\u5f35\u6a5f\u80fd\u3067\u3059\u3002", "browser_action": { "default_icon": "img\/icon_16.png" }, "content_scripts": [ { "all_frames": false, "matches": [ "http:\/\/www.pixiv.net\/*", "https:\/\/www.pixiv.net\/*" ], "js": [ "js\/jquery.min.js" ], "run_at": "document_start" }, { "all_frames": true, "matches": [ "http:\/\/www.pixiv.net\/*", "https:\/\/www.pixiv.net\/*" ], "js": [ "js\/main.js" ], "run_at": "document_end" } ], "icons": { "128": "img\/icon_128.png", "16": "img\/icon_16.png", "19": "img\/icon_19.png", "48": "img\/icon_48.png" } } |