lob.li link shortener

lobli shortening and resolving without having to visit lob.li

lob.li link shortener là gì?

lob.li link shortener là một tiện ích mở rộng Chrome được phát triển bởi http://lob.li, và tính năng chính của nó là "lobli shortening and resolving without having to visit lob.li".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng lob.li link shortener

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

                        Shorten links without navigating away from your current website with ease! 
Hello, I'm lobli, I shorten links. I offer several options for shortening your links.

First you can click the icon I add next to your Omnibar to shorten your current page.
Right-click on a link to shorten that (I can also shorten the link to media files if you want to shorten an image from a link instead of the link).
And for those keyboard ninjas, my default keybinding to shorten the current tab is [Alt]+[L].

Why should you choose me over the numerous other link shorteners in the store? 
Well this is a difficult question to answer, but I'll do my best.
First, I am incredibly simple to use, one click and you're done.
Second, a lot of work was put into making this work nice with the newly designed lob.li link shortening service. 
Third, I'm open source! You can find my source code here: http://lob.li/w9n

How can you guarantee that the service won't just go belly up tomorrow?
My designer, c0de, put a lot of hard work into me and the service as a whole and believes that it should be as available as possible. My hosting provider isn't going away any time soon, and the domain isn't that expensive (the cost of a couple beers).

Can you add feature X?
My programmer is planning on adding some more features to me, but if you want, suggestions and comments are more than welcome! Email him at [email protected]

Do you have an API?
The short answer is kinda.
The long answer is there's a very basic text based API that I rely on. Feel free to use it, but it's not exactly user friendly at the moment. 

A link I shortened isn't there anymore!
by default, all links that are shortened with me are good for 1 month before they're absorbed into the ether. This can be set on the website, and an option is planned to be added to me that allows choosing link storage time in the next release. 


Any suggestions/feedback/criticism is more than welcome! I put a lot of work into this, but it's an ongoing project. Please let me know what you feel. 
Lob.li is currently in beta (this extension acts on the beta) and after a few weeks will replace my other link shortener. All links from both shorteners will be merged into the database, and all pre-existing links work on the beta site.                    

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

Tên lob.li link shortener lob.li link shortener
ID nanlfcdjphgebdmajadafhdlbopelpdj
URL Chính Thức https://chrome.google.com/webstore/detail/lobli-link-shortener/nanlfcdjphgebdmajadafhdlbopelpdj
Mô tả lobli shortening and resolving without having to visit lob.li
Kích Thước Tệp 23.86 KB
Số Lần Cài Đặt 38
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2014-12-09
Ngày Phát Hành 2014-12-09
Nhà Phát Triển http://lob.li
Loại Thanh Toán free
Trang Web Mở Rộng http://lob.li
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "lob.li link shortener",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "lobli shortening and resolving without having to visit lob.li",
    "homepage_url": "http:\/\/lob.li",
    "browser_action": {
        "default_icon": "icons\/lobli-19.png",
        "default_title": "lobli for Chrome"
    },
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "permissions": [
        "",
        "tabs",
        "clipboardWrite",
        "contextMenus",
        "notifications",
        "storage"
    ],
    "icons": {
        "16": "icons\/lobli-16.png",
        "32": "icons\/lobli-32.png",
        "48": "icons\/lobli-48.png",
        "128": "icons\/lobli-128.png"
    },
    "web_accessible_resources": [
        "icons\/lobli-16.png",
        "icons\/lobli-19.png",
        "icons\/lobli-32.png",
        "icons\/lobli-48.png",
        "icons\/lobli-128.png",
        "icons\/lobli-16-disabled.png",
        "icons\/lobli-19-disabled.png",
        "icons\/lobli-32-disabled.png",
        "icons\/lobli-48-disabled.png",
        "icons\/lobli-128-disabled.png"
    ],
    "commands": {
        "shortenTab": {
            "suggested_key": {
                "default": "Alt+L"
            },
            "description": "Shortens Current Tab"
        }
    }
}