TinyURL Pro

TinyURL - Convert long website links to short

TinyURL Pro란 무엇입니까?

TinyURL Pro은(는) Clark에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "TinyURL - Convert long website links to short"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        TinyURL Pro - The Finest URL Shortening Service

TOP Features:
- Absolutely FREE
- No sign-up or login required
- Just one-click to get short URL
- Auto-copy the short URL to clipboard 
- Sharing over social networks [Soon..]
- Context Menu for direct links and selected text(auto-extract first link)
- Notifications to sharing critical updates
- Other features coming soon…

For any issues, errors, bugs and enhancements, please contact us at - http://tiny.cc/exthelp

* No adware.  No spyware.  No walmare.                    

확장 프로그램 기본 정보

이름 TinyURL Pro TinyURL Pro
ID daocanafelgllopgddpchjaoldiinoob
공식 URL https://chromewebstore.google.com/detail/tinyurl-pro/daocanafelgllopgddpchjaoldiinoob
설명 TinyURL - Convert long website links to short
파일 크기 96.25 KB
설치 횟수 6,705
현재 버전 1.1.0
최근 업데이트 2020-12-26
출시 날짜 2019-12-29
평점 4.92/5 총 26 개의 평점
개발자 Clark
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://hybridapps.net/exttiny.html
도움말 페이지 URL https://hybridapps.net/exttiny.html
개인정보 보호 정책 페이지 URL https://dsnet.bitbucket.io/apps/privacypolicy-v2.htm
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TinyURL Pro",
    "short_name": "TinyURL Shortener",
    "version": "1.1.0",
    "description": "TinyURL - Convert long website links to short",
    "icons": {
        "16": "img\/icon.png",
        "48": "img\/icon.png",
        "128": "img\/icon.png"
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_title": "TinyURL - URL Shortener",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'"
}