Theme Builder for Google Chrome™

Do you want to customise and make your Google Chrome browser more unique?

什麼是Theme Builder for Google Chrome™?

Theme Builder for Google Chrome™是由https://themebuilder.freeonlineapps.net開發的Chrome擴展程式,該擴展的主要功能是“Do you want to customise and make your Google Chrome browser more unique?”。

擴展截圖

screenshot

下載Theme Builder for Google Chrome™擴展crx文件

下載Theme Builder for Google Chrome™擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Online Google Chrome Theme Builder

What is this online chrome theme builder?
The online chrome theme builder is a simple theme maker tool for the people who are unfamiliar with the .json file. 
It provide a simple way to change images, choose colors and tints, preview and pack your chrome theme online.

What kind of images can I use?
We recently support both png and jpg images. png images are recommended.

Main features:
- Upload your own image for theme background
- Auto generate colors for toolbars, frames
- Pack & download your theme in .crx or .zip format
- Pack & save your theme on your Gdrive                    

擴展基本資訊

名稱 Theme Builder for Google Chrome™ Theme Builder for Google Chrome™
ID inplopjbmhjjabhpbcdffcglepkacjok
官方網址 https://chrome.google.com/webstore/detail/theme-builder-for-google/inplopjbmhjjabhpbcdffcglepkacjok
簡介 Do you want to customise and make your Google Chrome browser more unique?
檔案大小 167 KB
安裝次數 5,000
目前版本 1.0.4
更新時間 2020-12-11
上架時間 2020-05-13
評分 2.33/5 共 12 次評分
開發者 https://themebuilder.freeonlineapps.net
電子郵箱 [email protected]
付費類型 free
擴展官網 https://themebuilder.freeonlineapps.net/
說明頁面URL https://themebuilder.freeonlineapps.net/contact
隱私政策頁面URL https://www.freebusinessapps.net/privacy
支援的語言 id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,hi,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_app_name__",
    "description": "__MSG_app_description__",
    "short_name": "chrome themes builder",
    "default_locale": "en",
    "version": "1.0.4",
    "version_name": "1.0.4",
    "background": {
        "scripts": [
            "launch.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "128.png",
            "256": "256.png",
            "32": "32.png",
            "48": "48.png",
            "96": "96.png"
        },
        "default_title": "__MSG_app_name__"
    },
    "icons": {
        "128": "128.png",
        "96": "96.png",
        "64": "64.png",
        "48": "48.png",
        "32": "32.png",
        "16": "16.png"
    },
    "manifest_version": 2,
    "homepage_url": "https:\/\/themebuilder.freeonlineapps.net\/"
}