Upto.Site URL Shortener
Ultimate url shortener to create instant FREE short urls from your browser
Upto.Site URL Shortener란 무엇입니까?
Upto.Site URL Shortener은(는) NewTabTodo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Ultimate url shortener to create instant FREE short urls from your browser"입니다.
확장 프로그램 스크린샷
Upto.Site URL Shortener 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Quick URL shortener using Upto.Site Public API which lets you create and manage short links quickly and easily
확장 프로그램 기본 정보
이름 | Upto.Site URL Shortener |
ID | lllpgenfpmneflmfdglfcpnekpicdajl |
공식 URL | https://chromewebstore.google.com/detail/uptosite-url-shortener/lllpgenfpmneflmfdglfcpnekpicdajl |
설명 | Ultimate url shortener to create instant FREE short urls from your browser |
파일 크기 | 71.79 KB |
설치 횟수 | 33 |
현재 버전 | 0.0.3 |
최근 업데이트 | 2022-03-05 |
출시 날짜 | 2021-03-24 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | NewTabTodo |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://upto.site |
개인정보 보호 정책 페이지 URL | https://newtabtodo.com/privacy-policy.html |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.0.3", "name": "Upto.Site URL Shortener", "short_name": "Upto.Site", "description": "Ultimate url shortener to create instant FREE short urls from your browser", "homepage_url": "https:\/\/upto.site\/", "author": "Muhammad Ovi", "browser_action": { "default_icon": "root-assets\/img\/icons\/x32.png", "default_title": "Upto.Site URL Shortener", "default_popup": "popup\/index.html" }, "icons": { "16": "root-assets\/img\/icons\/x16.png", "32": "root-assets\/img\/icons\/x32.png", "48": "root-assets\/img\/icons\/x48.png", "128": "root-assets\/img\/icons\/x128.png" }, "permissions": [ "storage", "activeTab", "contextMenus" ], "background": { "scripts": [ "root-assets\/js\/browser-polyfill.js", "root-assets\/js\/background-script.js" ] } } |