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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
} | |