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 |
官方網址 | 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__" } } |