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

擴展截圖

screenshot

下載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 Redbubble Tag Generator
ID ekooclkolmjndjbgibicmmhanbejikea
官方網址 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
電子郵箱 [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"
    }
}