Url Shortener

Just click our extension icon on toolbar to shorten the URL of current page with TinyURL.com url shortener service.

Url Shortener란 무엇입니까?

Url Shortener은(는) ritemre에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Just click our extension icon on toolbar to shorten the URL of current page with TinyURL.com url shortener service."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Url Shortener 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        What does this extension do?
--> Shorten URLs using TinyURL url shortener service.
--> Easily shorten any link from clipboard
--> Automatically copies url to clipboard
--> Сlick to shorten url and copy to clipboard
--> Generate QR code                    

확장 프로그램 기본 정보

이름 Url Shortener Url Shortener
ID mpondihcamknphabeadmkomijoemjhkm
공식 URL https://chromewebstore.google.com/detail/url-shortener/mpondihcamknphabeadmkomijoemjhkm
설명 Just click our extension icon on toolbar to shorten the URL of current page with TinyURL.com url shortener service.
파일 크기 1.66 MB
설치 횟수 72
현재 버전 1.0.0
최근 업데이트 2021-02-18
출시 날짜 2021-02-17
평점 3.67/5 총 3 개의 평점
개발자 ritemre
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://uygunpetgross.com.tr/
도움말 페이지 URL https://uygunpetgross.com.tr/index.php?route=information/contact
지원되는 언어 id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Uygun Pet Gross",
    "name": "__MSG_app_name__",
    "short_name": "__MSG_app_name__",
    "description": "__MSG_app_description__",
    "version": "1.0.0",
    "version_name": "1.0.0",
    "manifest_version": 2,
    "default_locale": "en",
    "background": {
        "scripts": [
            "data\/background.js"
        ],
        "persistent": true
    },
    "homepage_url": "https:\/\/www.uygunpetgross.com.tr",
    "browser_action": {
        "default_title": "__MSG_app_name__",
        "default_icon": {
            "128": "data\/assets\/icons\/128.png",
            "256": "data\/assets\/icons\/256.png",
            "32": "data\/assets\/icons\/32.png",
            "48": "data\/assets\/icons\/48.png",
            "96": "data\/assets\/icons\/96.png"
        },
        "default_popup": "data\/popup\/index.html"
    },
    "icons": {
        "128": "data\/assets\/icons\/128.png",
        "256": "data\/assets\/icons\/256.png",
        "32": "data\/assets\/icons\/32.png",
        "48": "data\/assets\/icons\/48.png",
        "96": "data\/assets\/icons\/96.png"
    },
    "permissions": [
        "tabs",
        "https:\/\/chart.googleapis.com\/*",
        "https:\/\/tinyurl.com\/*",
        "storage"
    ]
}