PixTag ~pixiv Bookmark Tag Manager~

Manage pixiv Bookmark Tags Easily

Wat is PixTag ~pixiv Bookmark Tag Manager~?

PixTag ~pixiv Bookmark Tag Manager~ is een Chrome-extensie ontwikkeld door spoilerline.com, en de belangrijkste functie is "Manage pixiv Bookmark Tags Easily".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie PixTag ~pixiv Bookmark Tag Manager~

Download PixTag ~pixiv Bookmark Tag Manager~-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam PixTag ~pixiv Bookmark Tag Manager~ PixTag ~pixiv Bookmark Tag Manager~
ID edlkeaoakfmgddfoblpcbhmbbokfcnhn
Officiële URL https://chromewebstore.google.com/detail/pixtag-pixiv-bookmark-tag/edlkeaoakfmgddfoblpcbhmbbokfcnhn
Beschrijving Manage pixiv Bookmark Tags Easily
Bestandsgrootte 27.86 KB
Aantal Installaties 632
Huidige Versie 2.1.0
Laatst Bijgewerkt 2024-01-08
Publicatiedatum 2022-09-22
Beoordeling 4.58/5 Totaal 12 Beoordelingen
Ontwikkelaar spoilerline.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://spoilerline.com/pixiv-bookmark-tag
Ondersteunde Talen 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__"
    }
}