Background Randomizer

Random Background modes : Dark mode , Color mode Layout mode

Background Randomizerคืออะไร?

Background Randomizer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย natysoz และคุณลักษณะหลักของมันคือ "Random Background modes : Dark mode , Color mode Layout mode"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Background Randomizer

ดาวน์โหลดไฟล์ส่วนขยาย Background Randomizer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Background Randomizer Works on every website.
It’s a Unique development tool that helps developers to see the application or website they are building in a few different Modes :


-Dark Theme Mode  (night mode)
Creating dark themes for website, invert the bright colors so it's easy to read and more relaxing to the eye at night.

-Random All Mode
Help Front end web developers to determine the Html tags sizes much better by giving each tag element such div random background color.

-Random Color Mode 
Select a unique color and generate random background colors from the same color as a variant to populate the HTML tags with background colors.


-Ghost Mode
This mode can add as an audition to other modes, this mode renders the HTML elements such as div as wireframe help developers see the sizes and the boundaries of elements easily.

No more hard times building UI elements, using Background randomizer will help you build fast and better UI elements, no matter if you're using React or Vue or maybe Angular js as a framework
This plugin Will ignores js frameworks and works perfectly with overriding the HTML tags.

In the next versions, You will be able to adjust brightness, contrast, night mode, font family and more.


Background Randomizer doesn’t show any advertisements and doesn't collect user's data.
 You are welcome to follow and support me at https://www.patreon.com/dota4bet 

Before you install disable similar extensions. Enjoy!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Background Randomizer Background Randomizer
ID meakmfmcecciafnbacdcfdfhfdifcgfg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/background-randomizer/meakmfmcecciafnbacdcfdfhfdifcgfg
คำอธิบาย Random Background modes : Dark mode , Color mode Layout mode
ขนาดไฟล์ 20.38 KB
จำนวนการติดตั้ง 397
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2019-10-03
วันที่เผยแพร่ 2019-10-02
คะแนน 4.50/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา natysoz
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.patreon.com/dota4bet
URL หน้าช่วยเหลือ https://www.patreon.com/dota4bet
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "128": "icons\/icon_128.png"
    },
    "name": "Background Randomizer",
    "version": "1.1.0",
    "description": "Random Background modes : Dark mode , Color mode Layout mode",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon_128.png",
        "default_popup": "html\/popup.html"
    },
    "web_accessible_resources": [
        "js\/content.js",
        "css\/content.css"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        ""
    ]
}