Redbubble Tag Generator
Our Redbubble Tag Generator will help you find the hottest keywords for your products and makes it easy to generate and import…
Redbubble Tag Generatorとは何ですか?
Redbubble Tag Generatorはhttps://bubblesear.chによって開発されたChromeの拡張機能で、その主な機能は「Our Redbubble Tag Generator will help you find the hottest keywords for your products and makes it easy to generate and import…」です。
拡張機能のスクリーンショット
Redbubble Tag Generator拡張機能のCRXファイルをダウンロード
Redbubble Tag Generator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Our Redbubble Tag Generator will help you find the hottest keywords for your products and makes it easy to generate and import best-selling tags for your artwork. Using the tool is simple! Open a new or existing artwork on Redbubble, then click on the Redbubble Tag Generator and type in your keywords. Click "Get Tags" and a list of high quality tags will be generated for your content! Add or delete tags to create a relevant list within the generator and click "Import to Redbubble." The tags will be automatically pasted into the tag box!
拡張機能の基本情報
名前 | Redbubble Tag Generator |
ID | ekooclkolmjndjbgibicmmhanbejikea |
公式URL | https://chromewebstore.google.com/detail/redbubble-tag-generator/ekooclkolmjndjbgibicmmhanbejikea |
説明 | Our Redbubble Tag Generator will help you find the hottest keywords for your products and makes it easy to generate and import… |
ファイルサイズ | 81.41 KB |
インストール数 | 27,036 |
現在のバージョン | 0.1 |
最終更新日 | 2021-06-07 |
公開日 | 2021-01-21 |
評価 | 2.38/5 合計 37 レビュー |
開発者 | https://bubblesear.ch |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Redbubble Tag Generator", "version": "0.1", "permissions": [ "tabs", "https:\/\/bubblesear.ch\/*" ], "content_scripts": [ { "matches": [ "*:\/\/www.redbubble.com\/*", "*:\/\/redbubble.com\/*" ], "js": [ "clipboard.min.js", "content.js" ] } ], "browser_action": { "default_popup": "popup.html", "default_icon": "icon.png" }, "background": { "scripts": [ "jquery-3.5.1.min.js", "background.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |