1
0
mirror of https://github.com/koloml/furbooru-tagging-assistant.git synced 2025-12-23 23:02:58 +00:00

Merge pull request #40 from koloml/feature/add-tag-to-profile

Tagging Profiles: Added option to quickly add the tag into the active profile from the dropdown context menu
This commit is contained in:
2024-10-12 18:46:16 +04:00
committed by GitHub
3 changed files with 213 additions and 0 deletions

View File

@@ -40,6 +40,23 @@
"js": [
"src/content/header.js"
]
},
{
"matches": [
"*://*.furbooru.org/images?*",
"*://*.furbooru.org/images/*",
"*://*.furbooru.org/images/*/tag_changes",
"*://*.furbooru.org/images/*/tag_changes?*",
"*://*.furbooru.org/search?*",
"*://*.furbooru.org/tags?*",
"*://*.furbooru.org/tags/*",
"*://*.furbooru.org/profiles/*/tag_changes",
"*://*.furbooru.org/profiles/*/tag_changes?*",
"*://*.furbooru.org/filters/*"
],
"js": [
"src/content/tags.js"
]
}
],
"action": {