Website Randomizer

Website Randomizer is a fun little extension that randomizes Images, Text, and Elements on websites.

Website Randomizer란 무엇입니까?

Website Randomizer은(는) liquidwater에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Website Randomizer is a fun little extension that randomizes Images, Text, and Elements on websites."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Website Randomizer is a fun little extension that can randomize Images, Text, and Elements on websites.

You can randomize a variety of things from element tooltips to text color to the text itself. 

On top of randomizing text, you can also randomly shuffle words in text if you so choose. You also have the ability to set the text to random words if you so choose.

Note: Randomize options are intended to be used individually or in small groups instead of everything at once, as this can freeze the browser or make sites unusable.

Warning: The Shuffle Text option randomly shuffles words in text. If reading randomly shuffled text can cause you complications due to a medical issue or something, then please disable this option. If you feel any other randomize option can cause complications, then disable them as well.                    

확장 프로그램 기본 정보

이름 Website Randomizer Website Randomizer
ID odfjbhkcdeaifmfpndngcfcieiencngf
공식 URL https://chromewebstore.google.com/detail/website-randomizer/odfjbhkcdeaifmfpndngcfcieiencngf
설명 Website Randomizer is a fun little extension that randomizes Images, Text, and Elements on websites.
파일 크기 179 KB
설치 횟수 44
현재 버전 4.3
최근 업데이트 2023-03-31
출시 날짜 2021-11-21
평점 5.00/5 총 1 개의 평점
개발자 liquidwater
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Website Randomizer",
    "version": "4.3",
    "description": "Website Randomizer is a fun little extension that randomizes Images, Text, and Elements on websites.",
    "permissions": [
        "storage"
    ],
    "options_ui": {
        "page": ".\/options\/options.html",
        "open_in_tab": false
    },
    "action": {
        "default_popup": ".\/popup\/popup.html",
        "default_icon": ".\/icons\/wr_16.png"
    },
    "icons": {
        "16": ".\/icons\/wr_16.png",
        "32": ".\/icons\/wr_32.png",
        "48": ".\/icons\/wr_48.png",
        "128": ".\/icons\/wr_128.png"
    },
    "background": {
        "service_worker": ".\/background\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/content\/content.js"
            ],
            "css": [
                ".\/content\/content.css"
            ]
        }
    ]
}