Tiny.ee - URL Shortener
Shorten URLs with the click of a button.
Tiny.ee - URL Shortener란 무엇입니까?
Tiny.ee - URL Shortener은(는) https://tiny.ee에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shorten URLs with the click of a button."입니다.
확장 프로그램 스크린샷
Tiny.ee - URL Shortener 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Tiny.ee is a URL shortening service, a web service that provides short aliases for redirection of long URLs. This plugin makes the process even quicker, by allowing you to shorten the page you are on, without having to go to our website. Once the URL is shortened in the prompt provided, it will automatically be selected, allowing you to copy the URL to your service. You can also click the Social Icons to share your URL to the relevant platforms.
확장 프로그램 기본 정보
이름 | Tiny.ee - URL Shortener |
ID | liioijhfebcmbnjelolndbkolipcipek |
공식 URL | https://chromewebstore.google.com/detail/tinyee-url-shortener/liioijhfebcmbnjelolndbkolipcipek |
설명 | Shorten URLs with the click of a button. |
파일 크기 | 62.88 KB |
설치 횟수 | 21 |
현재 버전 | 1.0.7 |
최근 업데이트 | 2024-01-03 |
출시 날짜 | 2019-05-13 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://tiny.ee |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://tiny.ee/ |
개인정보 보호 정책 페이지 URL | https://tiny.ee/tos |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tiny.ee - URL Shortener", "description": "Shorten URLs with the click of a button.", "version": "1.0.7", "icons": { "16": "icon_d.png", "48": "icon_d.png", "128": "icon_d.png" }, "action": { "default_icon": "icon_d.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ], "host_permissions": [ "*:\/\/*\/*" ] } |