Redbubble Tag Counter
Counts and displays the number of tags on Redbubble upload page.
什么是Redbubble Tag Counter?
Redbubble Tag Counter是由redbubbletagcounter开发的Chrome扩展程序,该扩展的主要功能是“Counts and displays the number of tags on Redbubble upload page.”。
扩展截图
下载Redbubble Tag Counter扩展crx文件
下载Redbubble Tag Counter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Counts and displays the number of tags on Redbubble upload page, the counter increases once an additional sentance has been added and seperated with a comma. Text turns red if you exceed 50 tags
扩展基本信息
名称 | Redbubble Tag Counter |
ID | ncccnkalnkmkmpjaobeondekghkjpafk |
官方URL | https://chromewebstore.google.com/detail/redbubble-tag-counter/ncccnkalnkmkmpjaobeondekghkjpafk |
简介 | Counts and displays the number of tags on Redbubble upload page. |
文件大小 | 6.73 KB |
安装次数 | 24 |
当前版本 | 1.0 |
更新时间 | 2023-03-31 |
上架时间 | 2023-03-31 |
评分 | 1.00/5 共1次评分 |
开发者 | redbubbletagcounter |
电子邮箱 | [email protected] |
付费类型 | free |
帮助页面URL | https://discord.gg/ugygmPke |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Redbubble Tag Counter", "version": "1.0", "description": "Counts and displays the number of tags on Redbubble upload page.", "action": { "default_icon": { "48": "icon.png" }, "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.redbubble.com\/portfolio\/images\/new*" ], "js": [ "content.js" ] } ], "icons": { "48": "icon.png" } } |