Redbubble Tag Counter
Counts and displays the number of tags on Redbubble upload page.
Redbubble Tag Counterคืออะไร?
Redbubble Tag Counter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย redbubbletagcounter และคุณลักษณะหลักของมันคือ "Counts and displays the number of tags on Redbubble upload page."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Redbubble Tag Counter
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } |