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 |
电子邮箱 | [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" ] } ] } |