Firelinks URL Shortner
Firelinks service to convert long URLs or Links of websites to short.
Firelinks URL Shortner란 무엇입니까?
Firelinks URL Shortner은(는) VD에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Firelinks service to convert long URLs or Links of websites to short."입니다.
확장 프로그램 스크린샷
Firelinks URL Shortner 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The most efficient and simple URL shortening service since 2009. TOP Features Includes: - Absolutely FREE - No sign-up or login required - Just one-click to get short URL - Auto-copy the short URL to clipboard - Sharing over social networks - Context Menu for direct links and selected text(auto-extract first link) - Notifications to sharing critical updates - All links are 100% safe and secured For any issues, errors, bugs and enhancements, please reach us at - http://tiny.cc/extsupport
확장 프로그램 기본 정보
이름 | Firelinks URL Shortner |
ID | epdgnnildheopikdpdooanjlafgndmmk |
공식 URL | https://chromewebstore.google.com/detail/firelinks-url-shortner/epdgnnildheopikdpdooanjlafgndmmk |
설명 | Firelinks service to convert long URLs or Links of websites to short. |
파일 크기 | 209 KB |
설치 횟수 | 28,527 |
현재 버전 | 2.0 |
최근 업데이트 | 2023-12-26 |
출시 날짜 | 2019-12-31 |
평점 | 4.61/5 총 129 개의 평점 |
개발자 | VD |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://tinyl.io/ExtFLHome |
도움말 페이지 URL | https://tinyl.io/ExtFLHelp |
개인정보 보호 정책 페이지 URL | http://tiny.cc/appsprivacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Firelinks URL Shortner", "short_name": "Firelinks URL Shortner", "version": "2.0", "description": "Firelinks service to convert long URLs or Links of websites to short.", "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": "Firelinks URL Shortner", "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "permissions": [ "activeTab", "contextMenus", "unlimitedStorage", "storage", "alarms", "scripting" ] } |