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!”。

擴展截圖

screenshot
screenshot
screenshot

下載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!! Redbubble tags copy Free!!
ID eldfemlajnjfcnklboiphdjfobfigaol
官方網址 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"
            ]
        }
    ]
}