URL Shortener & QR Code - iShortener
Fast Shorten URL for Web
URL Shortener & QR Code - iShortener란 무엇입니까?
URL Shortener & QR Code - iShortener은(는) Sontaya Dev.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fast Shorten URL for Web"입니다.
확장 프로그램 스크린샷
URL Shortener & QR Code - iShortener 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
- QR Code Generator and Save.
- Options Auto Copy.
- Dark Mode.
Make a link that is easier to share, tweet, or email to friends.
Yes, We are using Firebase Dynamic Links API a service that takes long URLs.
Thank for Support. 확장 프로그램 기본 정보
| 이름 | |
| ID | gngkohcbjhjhmeomgcebaiemdpkgjdjg |
| 공식 URL | https://chromewebstore.google.com/detail/url-shortener-qr-code-ish/gngkohcbjhjhmeomgcebaiemdpkgjdjg |
| 설명 | Fast Shorten URL for Web |
| 파일 크기 | 98.41 KB |
| 설치 횟수 | 1,038 |
| 현재 버전 | 4.9 |
| 최근 업데이트 | 2023-10-11 |
| 출시 날짜 | 2020-05-16 |
| 평점 | 5.00/5 총 2 개의 평점 |
| 개발자 | Sontaya Dev. |
| 이메일 | [email protected] |
| 결제 유형 | free |
| 확장 프로그램 웹 사이트 | https://addon.ishort.ink |
| 지원되는 언어 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "URL Shortener & QR Code - iShortener",
"version": "4.9",
"description": "Fast Shorten URL for Web",
"permissions": [
"storage",
"activeTab",
"clipboardWrite",
"declarativeContent"
],
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "icons\/link_16.png",
"64": "icons\/link_64.png",
"128": "icons\/link_128.png"
},
"action": {
"default_popup": "popup.html",
"default_title": "Shorten URL & QR Code",
"default_icon": {
"16": "icons\/link_16.png",
"32": "icons\/link_32.png"
}
},
"commands": {
"execute_browser_action": {
"suggested_key": {
"default": "Ctrl+I",
"mac": "MacCtrl+I"
},
"description": "Opens popup.html"
}
},
"short_name": "iShortener",
"author": "9holotpk"
} | |