Background Randomizer

Random Background modes : Dark mode , Color mode Layout mode

Background Randomizer란 무엇입니까?

Background Randomizer은(는) natysoz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Random Background modes : Dark mode , Color mode Layout mode"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Background Randomizer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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",
        ""
    ]
}