PixTag ~pixiv Bookmark Tag Manager~
Manage pixiv Bookmark Tags Easily
什么是PixTag ~pixiv Bookmark Tag Manager~?
PixTag ~pixiv Bookmark Tag Manager~是由spoilerline.com开发的Chrome扩展程序,该扩展的主要功能是“Manage pixiv Bookmark Tags Easily”。
扩展截图
下载PixTag ~pixiv Bookmark Tag Manager~扩展crx文件
下载PixTag ~pixiv Bookmark Tag Manager~扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | PixTag ~pixiv Bookmark Tag Manager~ |
ID | edlkeaoakfmgddfoblpcbhmbbokfcnhn |
官方URL | https://chromewebstore.google.com/detail/pixtag-pixiv-bookmark-tag/edlkeaoakfmgddfoblpcbhmbbokfcnhn |
简介 | Manage pixiv Bookmark Tags Easily |
文件大小 | 27.86 KB |
安装次数 | 632 |
当前版本 | 2.1.0 |
更新时间 | 2024-01-08 |
上架时间 | 2022-09-22 |
评分 | 4.58/5 共12次评分 |
开发者 | spoilerline.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://spoilerline.com/pixiv-bookmark-tag |
支持的语言 | 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__" } } |