Worldly
An extension to allow you to travel the world from the comfort of your home.
Worldly란 무엇입니까?
Worldly은(는) Medium Chrome Tool에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An extension to allow you to travel the world from the comfort of your home."입니다.
확장 프로그램 스크린샷
Worldly 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Use Worldly to travel virtually to over 20,000 different cities across the globe! Click the globe and watch the highest ranked YouTube video for a random city on Earth.
확장 프로그램 기본 정보
이름 | Worldly |
ID | oojedamaneknbpchmbfmocenebeahobl |
공식 URL | https://chromewebstore.google.com/detail/worldly/oojedamaneknbpchmbfmocenebeahobl |
설명 | An extension to allow you to travel the world from the comfort of your home. |
파일 크기 | 148 KB |
설치 횟수 | 37 |
현재 버전 | 1.4 |
최근 업데이트 | 2020-06-06 |
출시 날짜 | 2020-06-06 |
개발자 | Medium Chrome Tool |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://chrometools.github.io/privacy/2020/07/10/medium-auto-follow-bot-privacy-policy.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Worldly", "version": "1.4", "description": "An extension to allow you to travel the world from the comfort of your home.", "manifest_version": 2, "background": [], "content_scripts": [], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "permissions": [ "notifications", "storage" ], "browser_action": { "default_popup": "html\/popup.html", "default_icon": { "16": "images\/worldlyIcon.png", "32": "images\/worldlyIcon.png", "48": "images\/worldlyIcon.png", "128": "images\/worldlyIcon.png" } }, "icons": { "16": "images\/worldlyIcon.png", "32": "images\/worldlyIcon.png", "48": "images\/worldlyIcon.png", "128": "images\/worldlyIcon.png" } } |