TinyURL Pro

TinyURL - Convert long website links to short

TinyURL Pro là gì?

TinyURL Pro là một tiện ích mở rộng Chrome được phát triển bởi Clark, và tính năng chính của nó là "TinyURL - Convert long website links to short".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng TinyURL Pro

Tải xuống các tệp mở rộng TinyURL Pro dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TinyURL Pro TinyURL Pro
ID daocanafelgllopgddpchjaoldiinoob
URL Chính Thức https://chromewebstore.google.com/detail/tinyurl-pro/daocanafelgllopgddpchjaoldiinoob
Mô tả TinyURL - Convert long website links to short
Kích Thước Tệp 96.25 KB
Số Lần Cài Đặt 6,705
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2020-12-26
Ngày Phát Hành 2019-12-29
Đánh Giá 4.92/5 Tổng số 26 Đánh Giá
Nhà Phát Triển Clark
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://hybridapps.net/exttiny.html
URL Trang Trợ Giúp https://hybridapps.net/exttiny.html
URL Trang Chính Sách Bảo Mật https://dsnet.bitbucket.io/apps/privacypolicy-v2.htm
Ngôn Ngữ Được Hỗ Trợ 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'"
}