Website Randomizer
Website Randomizer is a fun little extension that randomizes Images, Text, and Elements on websites.
Website Randomizerคืออะไร?
Website Randomizer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย liquidwater และคุณลักษณะหลักของมันคือ "Website Randomizer is a fun little extension that randomizes Images, Text, and Elements on websites."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Website Randomizer
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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": [ " |