TinyURL Maker

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

TinyURL Maker là gì?

TinyURL Maker là một tiện ích mở rộng Chrome được phát triển bởi Liquid Rock, và tính năng chính của nó là "Creates a brand new TinyURL for the current tab that you are on!".

Ả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 Maker

Tải xuống các tệp mở rộng TinyURL Maker 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

                        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                    

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

Tên TinyURL Maker TinyURL Maker
ID icjgknkfhpgnpjmhchbjacifboahiajj
URL Chính Thức https://chromewebstore.google.com/detail/tinyurl-maker/icjgknkfhpgnpjmhchbjacifboahiajj
Mô tả Creates a brand new TinyURL for the current tab that you are on!
Kích Thước Tệp 10.93 KB
Số Lần Cài Đặt 6,000
Phiên Bản Hiện Tại 2.0.1
Cập Nhật Lần Cuối 2019-02-01
Ngày Phát Hành 2019-02-01
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Liquid Rock
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}