Best URL Shortener
Convert long URLs or Links of websites to short and friendly ones.
Best URL Shortener란 무엇입니까?
Best URL Shortener은(는) Wilson에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Convert long URLs or Links of websites to short and friendly ones."입니다.
확장 프로그램 스크린샷
Best URL Shortener 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The best URL shortening service that is fast, simple and efficient. No need to sign-up and unlimited links! For any issues, errors, bugs and enhancements, please raise your request at http://tiny.cc/exthelp. Security:- All links are carefully verified and checked before generating short url.
확장 프로그램 기본 정보
이름 | Best URL Shortener |
ID | jhcjblhckchiedihkfkgjaghggbcmbdn |
공식 URL | https://chromewebstore.google.com/detail/best-url-shortener/jhcjblhckchiedihkfkgjaghggbcmbdn |
설명 | Convert long URLs or Links of websites to short and friendly ones. |
파일 크기 | 226 KB |
설치 횟수 | 27,544 |
현재 버전 | 2.0.1 |
최근 업데이트 | 2023-12-29 |
출시 날짜 | 2020-01-02 |
평점 | 4.51/5 총 55 개의 평점 |
개발자 | Wilson |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://hybridapps.net/ |
도움말 페이지 URL | http://tiny.cc/appshelp |
개인정보 보호 정책 페이지 URL | http://tiny.cc/appsprivacy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Best URL Shortener", "short_name": "Best URL Shortener", "version": "2.0.1", "description": "Convert long URLs or Links of websites to short and friendly ones.", "icons": { "16": "images\/icon.png", "48": "images\/icon.png", "128": "images\/icon.png" }, "background": { "service_worker": "service_worker.js", "type": "module" }, "action": { "default_icon": "images\/icon.png", "default_title": "Best URL Shortener", "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "permissions": [ "activeTab", "contextMenus", "unlimitedStorage", "storage", "alarms", "scripting" ] } |