Sho.ink Link Shortener

This extension allows you to easily shorten and track links using the right-click menu of your browser.

Sho.ink Link Shortener là gì?

Sho.ink Link Shortener là một tiện ích mở rộng Chrome được phát triển bởi http://sho.ink, và tính năng chính của nó là "This extension allows you to easily shorten and track links using the right-click menu of your browser.".

Ả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 Sho.ink Link Shortener

Tải xuống các tệp mở rộng Sho.ink Link 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

                        This extension allows users to easily and quickly convert long URLs into short links. After you highlight a link, sho.ink adds an option in the right-click menu that will automatically create a shortened redirect link and copy it to your clipboard.

With this extension, you can shorten any link in under 5 seconds.                    

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

Tên Sho.ink Link Shortener Sho.ink Link Shortener
ID bldhcdnmadpmoadomdefpbbleiopblmo
URL Chính Thức https://chrome.google.com/webstore/detail/bldhcdnmadpmoadomdefpbbleiopblmo
Mô tả This extension allows you to easily shorten and track links using the right-click menu of your browser.
Kích Thước Tệp 109 KB
Số Lần Cài Đặt 32
Phiên Bản Hiện Tại 0.0.0.1
Cập Nhật Lần Cuối 2017-01-23
Ngày Phát Hành 2017-01-23
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển http://sho.ink
Loại Thanh Toán free
Trang Web Mở Rộng http://sho.ink
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sho.ink Link Shortener",
    "description": "This extension allows you to easily shorten and track links using the right-click menu of your browser.",
    "version": "0.0.0.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "contextMenus",
        "notifications",
        "storage"
    ],
    "browser_action": {
        "default_icon": "small-icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "event.js"
        ],
        "persistent": false
    },
    "author": "Matthew Brennan",
    "homepage_url": "http:\/\/sho.ink"
}