PixTag ~pixiv Bookmark Tag Manager~
Manage pixiv Bookmark Tags Easily
Qu'est-ce que PixTag ~pixiv Bookmark Tag Manager~ ?
PixTag ~pixiv Bookmark Tag Manager~ est une extension Chrome développée par spoilerline.com, et sa fonction principale est "Manage pixiv Bookmark Tags Easily".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension PixTag ~pixiv Bookmark Tag Manager~
Téléchargez les fichiers d'extension PixTag ~pixiv Bookmark Tag Manager~ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | PixTag ~pixiv Bookmark Tag Manager~ |
ID | edlkeaoakfmgddfoblpcbhmbbokfcnhn |
URL Officiel | https://chromewebstore.google.com/detail/pixtag-pixiv-bookmark-tag/edlkeaoakfmgddfoblpcbhmbbokfcnhn |
Description | Manage pixiv Bookmark Tags Easily |
Taille du Fichier | 27.86 KB |
Nombre d'Installations | 632 |
Version Actuelle | 2.1.0 |
Dernière Mise à Jour | 2024-01-08 |
Date de Publication | 2022-09-22 |
Évaluation | 4.58/5 Total 12 Évaluations |
Développeur | spoilerline.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://spoilerline.com/pixiv-bookmark-tag |
Langues Prises en Charge | 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__" } } |