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ファイルをダウンロード

Website Randomizer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
            ]
        }
    ]
}