URL Monster
URL Monster Remake with Vue.js
URL Monster란 무엇입니까?
URL Monster은(는) chienwen에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "URL Monster Remake with Vue.js"입니다.
확장 프로그램 스크린샷
URL Monster 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
URL Monster can help you edit URL: 1. List scheme/host/port/path/queries/fragment of the current URL as separate components 2. Create/edit/delete/decode/encode/copy components 3. Rebuild the full URL and apply to current/new tab Change log: * version 2.1.0 - fix query typing issue * version 2.0.0 - remake with Vue.js * version 1.1 - add viewport meta for mobile devices * version 1.0 - initial version
확장 프로그램 기본 정보
이름 | URL Monster |
ID | beabfimakokhfnnkabnjdelbkgaobhjh |
공식 URL | https://chromewebstore.google.com/detail/url-monster/beabfimakokhfnnkabnjdelbkgaobhjh |
설명 | URL Monster Remake with Vue.js |
파일 크기 | 86.37 KB |
설치 횟수 | 112 |
현재 버전 | 2.1.0 |
최근 업데이트 | 2020-08-12 |
출시 날짜 | 2015-05-06 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | chienwen |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "URL Monster", "description": "URL Monster Remake with Vue.js", "version": "2.1.0", "permissions": [ "tabs", "storage" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "manifest_version": 2, "icons": { "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_title": "URL Monster", "default_popup": "popup\/popup.html" }, "background": { "scripts": [ "background.js" ] }, "options_ui": { "page": "options\/options.html", "chrome_style": true } } |