PixTag ~pixiv Bookmark Tag Manager~
Manage pixiv Bookmark Tags Easily
Hvad er PixTag ~pixiv Bookmark Tag Manager~?
PixTag ~pixiv Bookmark Tag Manager~ er en Chrome-udvidelse udviklet af spoilerline.com, og dens hovedfunktion er "Manage pixiv Bookmark Tags Easily".
Udvidelsesskærmbilleder
Download PixTag ~pixiv Bookmark Tag Manager~-udvidelses-CRX-fil
Download PixTag ~pixiv Bookmark Tag Manager~-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | edlkeaoakfmgddfoblpcbhmbbokfcnhn |
| Officiel URL | https://chromewebstore.google.com/detail/pixtag-pixiv-bookmark-tag/edlkeaoakfmgddfoblpcbhmbbokfcnhn |
| Beskrivelse | Manage pixiv Bookmark Tags Easily |
| Filstørrelse | 27.86 KB |
| Antal Installationer | 632 |
| Nuværende Version | 2.1.0 |
| Senest Opdateret | 2024-01-08 |
| Udgivelsesdato | 2022-09-22 |
| Bedømmelse | 4.58/5 Samlet 12 Bedømmelser |
| Udvikler | spoilerline.com |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://spoilerline.com/pixiv-bookmark-tag |
| Understøttede Sprog | 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__"
}
} | |