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™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://themebuilder.freeonlineapps.net และคุณลักษณะหลักของมันคือ "Do you want to customise and make your Google Chrome browser more unique?"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Theme Builder for Google Chrome™

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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\/"
}