Web Shuffle
Take me to a random website, please.
Web Shuffle là gì?
Web Shuffle là một tiện ích mở rộng Chrome được phát triển bởi https://mickschroeder.com, và tính năng chính của nó là "Take me to a random website, please.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Web Shuffle
Tải xuống các tệp mở rộng Web Shuffle dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
🔀 Take me to a random website, please. Hit the "Web Shuffle" button and you will be sent to a random website from the most influential sites across the web. Welcome to Web Shuffle – the ultimate browsing companion. We understand that you're often stuck in a browsing rut and can't seem to find something interesting on the internet. That's why we've created a browser extension that brings excitement back to web surfing! Our browser extension adds a "Web Shuffle" button to your browser's toolbar, giving you instant access to our curated list of the internet's most valuable and influential websites. With just one click, you'll be taken to a randomly selected website that's sure to capture your interest. It's free to use, open source, lightweight and easy to install. Don't waste another moment aimlessly browsing the internet. Download the Web Shuffle browser extension today and start discovering the best of the web!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Web Shuffle |
ID | lgokgkophalfnnapghjjckmeoboepfdj |
URL Chính Thức | https://chromewebstore.google.com/detail/web-shuffle/lgokgkophalfnnapghjjckmeoboepfdj |
Mô tả | Take me to a random website, please. |
Kích Thước Tệp | 58.5 KB |
Số Lần Cài Đặt | 162 |
Phiên Bản Hiện Tại | 4.0 |
Cập Nhật Lần Cuối | 2023-01-17 |
Ngày Phát Hành | 2021-04-05 |
Đánh Giá | 4.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://mickschroeder.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://webshuffle.mickschroeder.com |
URL Trang Chính Sách Bảo Mật | https://mickschroeder.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Web Shuffle", "manifest_version": 3, "version": "4.0", "description": "Take me to a random website, please.", "background": { "service_worker": "background.js" }, "permissions": [ "storage", "contextMenus" ], "action": { "default_icon": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "96": "images\/icon_96.png", "128": "images\/icon_128.png" } }, "icons": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "96": "images\/icon_96.png", "128": "images\/icon_128.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Alt+Shift+S", "mac": "Alt+Shift+S", "chromeos": "Alt+Shift+S", "linux": "Alt+Shift+S" } } } } |