Web Shuffle

Take me to a random website, please.

什麼是Web Shuffle?

Web Shuffle是由https://mickschroeder.com開發的Chrome擴展程式,該擴展的主要功能是“Take me to a random website, please.”。

擴展截圖

screenshot

下載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 Web Shuffle
ID lgokgkophalfnnapghjjckmeoboepfdj
官方網址 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
電子郵箱 [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"
            }
        }
    }
}