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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
🔀 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 |
이메일 | [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" } } } } |