Web Shuffle
Take me to a random website, please.
Web Shuffleとは何ですか?
Web Shuffleはhttps://mickschroeder.comによって開発されたChromeの拡張機能で、その主な機能は「Take me to a random website, please.」です。
拡張機能のスクリーンショット
Web Shuffle拡張機能のCRXファイルをダウンロード
Web Shuffle拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
🔀 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!
拡張機能の基本情報
名前 | Web Shuffle |
ID | lgokgkophalfnnapghjjckmeoboepfdj |
公式URL | https://chromewebstore.google.com/detail/web-shuffle/lgokgkophalfnnapghjjckmeoboepfdj |
説明 | Take me to a random website, please. |
ファイルサイズ | 58.5 KB |
インストール数 | 162 |
現在のバージョン | 4.0 |
最終更新日 | 2023-01-17 |
公開日 | 2021-04-05 |
評価 | 4.00/5 合計 3 レビュー |
開発者 | https://mickschroeder.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://webshuffle.mickschroeder.com |
プライバシーポリシーページのURL | https://mickschroeder.com/privacy-policy |
対応言語 | 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" } } } } |