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 |
官方網址 | 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" } } |