Shorte.st Link Generator

This extension generates a shorte.st link of the current tab using your account with the single button added in the Chrome toolbar.

Shorte.st Link Generator là gì?

Shorte.st Link Generator là một tiện ích mở rộng Chrome được phát triển bởi Collin Chaffin, và tính năng chính của nó là "This extension generates a shorte.st link of the current tab using your account with the single button added in the Chrome toolbar.".

Ả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 Shorte.st Link Generator

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

                        Since a Chrome extension allowing me to utilize my existing shorte.st account to quickly and automatically generate shortened URLs of the current page in Chrome tab just by clicking a browser button did not exist, I decided to write one.

First of all, if you have not already joined shorte.st and wish to earn $ for every shortened url you generate, please join using my link so I get a tiny referral:

https://shorte.st/ref/06e39344d5

It takes only a minute to join, and they have multiple simple payout options like Paypal.  Why wouldn't you want to earn a little $ with your posted links?  Their simple ad-supported short link redirection is super-quick and unobtrusive so check it out!

If you are already an active member, this extension will generate and automatically copy to the clipboard a shorte.st link of the current tab being viewed using your account API token using the single button added in the Chrome toolbar.

For 1st time setup, it requires logging into your shorte.st account, and visiting the developer API page at:  

http://sh.st/c6Oer

If you execute without having stored your personal API token, it is okay.  The extension will prompt you and provide a link to the required page.  It is the only option required.

The API token is stored in google's chrome sync'd storage, meaning once you enter it once it will sync across all of your chrome desktops right along side of the extension!

Please note the one permission required to read the current tab's URL is "read all websites" - without it, Chrome will not allow the plugin to read the current URL to send to shorte.st for link generation.  That is the only thing being read the URL, sent to shorte.st, then clipboard access to write the returned shortened URL to the clipboard.

Please check out my other extensions as well.  If you use or are interested in a nice, clean truly "blank" "new tab" page in Chrome (like the old days) void of any thumbnails or data, with a slick dark background check out my extension here: http://sh.st/c68Tm

Any questions or feedback please contact me on my Twitter profile at:  http://sh.st/c6I8z

**All product names, logos, and brands are property of their respective owners.  Shorte.st is a trademark of shorte.st.  Shorte.st doesn't endorse or sponsor this program.**                    

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

Tên Shorte.st Link Generator Shorte.st Link Generator
ID ahbolacinmjiaofchagmaihlfgoeobed
URL Chính Thức https://chrome.google.com/webstore/detail/shortest-link-generator/ahbolacinmjiaofchagmaihlfgoeobed
Mô tả This extension generates a shorte.st link of the current tab using your account with the single button added in the Chrome toolbar.
Kích Thước Tệp 67.71 KB
Số Lần Cài Đặt 186
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2015-07-24
Ngày Phát Hành 2015-07-24
Đánh Giá 2.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Collin Chaffin
Loại Thanh Toán free
Trang Web Mở Rộng https://shorte.st/ref/06e39344d5
URL Trang Trợ Giúp http://sh.st/c6I8z
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Shorte.st Link Generator",
    "description": "This extension generates a shorte.st link of the current tab using your account with the single button added in the Chrome toolbar.",
    "version": "1.0.1",
    "options_page": "html\/options.html",
    "browser_action": {
        "default_icon": "img\/icon19.png",
        "default_title": "Shorte.st Chrome Extension by Collin Chaffin",
        "default_popup": "html\/popup.html"
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}