TinyURL Maker

Creates a brand new TinyURL for the current tab that you are on!

TinyURL Maker란 무엇입니까?

TinyURL Maker은(는) Liquid Rock에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Creates a brand new TinyURL for the current tab that you are on!"입니다.

확장 프로그램 스크린샷

screenshot

TinyURL Maker 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Do you hate long links, well then this is the extension for you. TinyURL Maker uses the TinyURL API to condense and shorten long URLs. Simple extension for making a small and easily shared link. It will shorten whatever website you are on currently. 

Completely Open Source: https://github.com/forddasav/TinyURL-chromeextension

Feel Free to Add New Features etc. 

v 3.0
-Copy to Clipboard Functionality
-Better UI (thx to github user noordawod)


v 2.3.1
-Easier User Interface



v 1.1
-Base Update                    

확장 프로그램 기본 정보

이름 TinyURL Maker TinyURL Maker
ID icjgknkfhpgnpjmhchbjacifboahiajj
공식 URL https://chromewebstore.google.com/detail/tinyurl-maker/icjgknkfhpgnpjmhchbjacifboahiajj
설명 Creates a brand new TinyURL for the current tab that you are on!
파일 크기 10.93 KB
설치 횟수 6,000
현재 버전 2.0.1
최근 업데이트 2019-02-01
출시 날짜 2019-02-01
평점 5.00/5 총 2 개의 평점
개발자 Liquid Rock
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "description": "Creates a brand new TinyURL for the current tab that you are on!",
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 2,
    "name": "TinyURL Maker",
    "permissions": [
        "tabs",
        "",
        "storage"
    ],
    "version": "2.0.1"
}