PixTag ~pixiv Bookmark Tag Manager~
Manage pixiv Bookmark Tags Easily
PixTag ~pixiv Bookmark Tag Manager~ là gì?
PixTag ~pixiv Bookmark Tag Manager~ là một tiện ích mở rộng Chrome được phát triển bởi spoilerline.com, và tính năng chính của nó là "Manage pixiv Bookmark Tags Easily".
Ả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 PixTag ~pixiv Bookmark Tag Manager~
Tải xuống các tệp mở rộng PixTag ~pixiv Bookmark Tag Manager~ 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
Features ・Show bookmark tags that you have tagged in bookmark page. ・Submit new bookmark tags from any page. ・Image viewer (zoom in / out & fullscreen). On the bookmark page, this extension shows all the bookmark tags that you have tagged. You can submit new tags from this page. From the "🔍" button, you can view the image. You can zoom in /out the image and view in fullscreen.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | PixTag ~pixiv Bookmark Tag Manager~ |
ID | edlkeaoakfmgddfoblpcbhmbbokfcnhn |
URL Chính Thức | https://chromewebstore.google.com/detail/pixtag-pixiv-bookmark-tag/edlkeaoakfmgddfoblpcbhmbbokfcnhn |
Mô tả | Manage pixiv Bookmark Tags Easily |
Kích Thước Tệp | 27.86 KB |
Số Lần Cài Đặt | 632 |
Phiên Bản Hiện Tại | 2.1.0 |
Cập Nhật Lần Cuối | 2024-01-08 |
Ngày Phát Hành | 2022-09-22 |
Đánh Giá | 4.58/5 Tổng số 12 Đánh Giá |
Nhà Phát Triển | spoilerline.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://spoilerline.com/pixiv-bookmark-tag |
Ngôn Ngữ Được Hỗ Trợ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_Name__", "version": "2.1.0", "manifest_version": 3, "description": "__MSG_Description__", "default_locale": "en", "content_scripts": [ { "matches": [ "https:\/\/www.pixiv.net\/*", "https:\/\/i.pximg.net\/*" ], "js": [ "ct.js" ], "css": [ "style.css" ] } ], "background": { "service_worker": "bg.js" }, "permissions": [ "storage" ], "icons": { "16": "pixtag16.png", "48": "pixtag48.png", "128": "pixtag128.png" }, "action": { "default_icon": "pixtag16.png", "default_title": "__MSG_Name__" } } |