Fast URL Shortener

Fast and simple shorten of current tab urls with direct sharing options.

Fast URL Shortener là gì?

Fast URL Shortener là một tiện ích mở rộng Chrome được phát triển bởi https://www.shar3.nl, và tính năng chính của nó là "Fast and simple shorten of current tab urls with direct sharing options.".

Ả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 Fast URL Shortener

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

                        Simple shortening your current url by one mouseclick. When the shortlink shows up, its also copied to your clipboard.

Update: Added twitter and facebook icon to share the shorturl directly via these websites.

Update: We have rebuild it completely. Works much more faster!                    

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

Tên Fast URL Shortener Fast URL Shortener
ID hnkpbdkcmbohhidigjoomkccgkaefpgi
URL Chính Thức https://chromewebstore.google.com/detail/fast-url-shortener/hnkpbdkcmbohhidigjoomkccgkaefpgi
Mô tả Fast and simple shorten of current tab urls with direct sharing options.
Kích Thước Tệp 35.64 KB
Số Lần Cài Đặt 218
Phiên Bản Hiện Tại 2.0.3
Cập Nhật Lần Cuối 2014-02-13
Ngày Phát Hành 2014-02-13
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://www.shar3.nl
Loại Thanh Toán free
Trang Web Mở Rộng http://www.shar3.nl
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fast URL Shortener",
    "version": "2.0.3",
    "manifest_version": 2,
    "description": "Fast and simple shorten of current tab urls with direct sharing options.",
    "browser_action": {
        "default_title": "Short and share url",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}