The tiny URL shortener
A minimalistic Chrome extension for shortening URLs
The tiny URL shortener란 무엇입니까?
The tiny URL shortener은(는) Marcus Johansson에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A minimalistic Chrome extension for shortening URLs"입니다.
확장 프로그램 스크린샷
The tiny URL shortener 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A small extension that sits in your toolbar and shortens the current tab's URL. A bit.ly account is required.
확장 프로그램 기본 정보
이름 | |
ID | hohdkaanpmcooenkhecbakblkepcnfop |
공식 URL | https://chromewebstore.google.com/detail/the-tiny-url-shortener/hohdkaanpmcooenkhecbakblkepcnfop |
설명 | A minimalistic Chrome extension for shortening URLs |
파일 크기 | 105 KB |
설치 횟수 | 6,166 |
현재 버전 | 2.0.3 |
최근 업데이트 | 2022-02-08 |
출시 날짜 | 2020-04-17 |
평점 | 3.88/5 총 8 개의 평점 |
개발자 | Marcus Johansson |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "The tiny URL shortener", "short_name": "tiny-shortener", "version": "2.0.3", "author": "@marcjoha", "description": "A minimalistic Chrome extension for shortening URLs", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": { "19": "img\/icon48.png", "38": "img\/icon48.png" }, "default_popup": "popup.html" }, "permissions": [ "tabs", "identity", "storage" ], "background": { "scripts": [ "jquery.min.js", "background.js" ], "persistent": false }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsOECKgHKYzb8bPF7QdxjzUgha\/R0RntpLAWtcE8K8e8xA70WoHaYB3Y+5EUhLhH9jlmsisgFL0UUyHta2FnMEi0ji1vQFGeM13llBNIcguRi\/969ghqjFa6vlC7wFt4vU\/aO1dMImGHDa0BG9K+t0XOk3f5dFdIdUl3QscBBZOH4j3IwINoBYpoJSSCCNi91mG\/J9CY\/9CUVGCSDz2BixSPQF0Nv9svJXFRiEQxf2cheCUShwVKWqwbCj\/EpGXHwdox6lEDVcEeI6r6zXBCuTnbi7dbWvPS\/ggj5Tczmu6ycakXQZICxo6hoPLQiCUl\/fjjxS+aMOB7R4LShG0YX4QIDAQAB" } |