PixTag ~pixiv Bookmark Tag Manager~
Manage pixiv Bookmark Tags Easily
Vad är PixTag ~pixiv Bookmark Tag Manager~?
PixTag ~pixiv Bookmark Tag Manager~ är en Chrome-tillägg utvecklad av spoilerline.com, och dess huvudfunktion är "Manage pixiv Bookmark Tags Easily".
Tilläggsskärmbilder
Ladda ner PixTag ~pixiv Bookmark Tag Manager~-förlängningens CRX-fil
Ladda ner PixTag ~pixiv Bookmark Tag Manager~-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | edlkeaoakfmgddfoblpcbhmbbokfcnhn |
| Officiell webbadress | https://chromewebstore.google.com/detail/pixtag-pixiv-bookmark-tag/edlkeaoakfmgddfoblpcbhmbbokfcnhn |
| Beskrivning | Manage pixiv Bookmark Tags Easily |
| Filstorlek | 27.86 KB |
| Antal Installationer | 632 |
| Aktuell Version | 2.1.0 |
| Senast Uppdaterad | 2024-01-08 |
| Publiceringsdatum | 2022-09-22 |
| Betyg | 4.58/5 Totalt 12 Betyg |
| Utvecklare | spoilerline.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://spoilerline.com/pixiv-bookmark-tag |
| Stödda Språk | 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__"
}
} | |