Redbubble tags copy Free!!
With this extension you can copy the tags of any product on redbubble EASILLY!
Redbubble tags copy Free!!とは何ですか?
Redbubble tags copy Free!!はmohamedoulkirによって開発されたChromeの拡張機能で、その主な機能は「With this extension you can copy the tags of any product on redbubble EASILLY!」です。
拡張機能のスクリーンショット
Redbubble tags copy Free!!拡張機能のCRXファイルをダウンロード
Redbubble tags copy Free!!拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This chrome extension is able help you to get the keywords (tags) of any product in redbubble.com, with comma (,) between every tag and another, you can copy it manually and use it directly in your product, check the explanation pictures to understand more. thanks!
拡張機能の基本情報
名前 | Redbubble tags copy Free!! |
ID | eldfemlajnjfcnklboiphdjfobfigaol |
公式URL | https://chromewebstore.google.com/detail/redbubble-tags-copy-free/eldfemlajnjfcnklboiphdjfobfigaol |
説明 | With this extension you can copy the tags of any product on redbubble EASILLY! |
ファイルサイズ | 25.1 KB |
インストール数 | 1,244 |
現在のバージョン | 3.5.3 |
最終更新日 | 2022-10-13 |
公開日 | 2022-06-07 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | mohamedoulkir |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Redbubble tags copy Free!!", "description": "With this extension you can copy the tags of any product on redbubble EASILLY!", "version": "3.5.3", "icons": { "16": "\/aissa16.png", "48": "\/aissa48.png", "128": "\/aissa128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.redbubble.com\/*" ], "css": [ "aissa.css" ], "js": [ "aissa.js" ] } ] } |