Linkenstein

With this extension you can copy URLs with their titles. Also, it allows to get shorter versions of URLs.

Linkenstein là gì?

Linkenstein là một tiện ích mở rộng Chrome được phát triển bởi Mykola Bespaliuk, và tính năng chính của nó là "With this extension you can copy URLs with their titles. Also, it allows to get shorter versions of URLs.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Linkenstein

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

                        With this extension you can copy URLs with their titles. Also, it allows to get shorter versions of URLs.

- For selected URL shortening service press the trigger key (see options) before calling context menu of a link.

- Google's URL shortener also writes shortened links into personal history (if you have a Google account and are currently logged in)

- To copy URL and title of current page you can call the context menu in any "free" space on the page.                    

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

Tên Linkenstein Linkenstein
ID jemblnlfaakimlhnakdccmbokcoilmej
URL Chính Thức https://chromewebstore.google.com/detail/linkenstein/jemblnlfaakimlhnakdccmbokcoilmej
Mô tả With this extension you can copy URLs with their titles. Also, it allows to get shorter versions of URLs.
Kích Thước Tệp 42.41 KB
Số Lần Cài Đặt 170
Phiên Bản Hiện Tại 1.0.10
Cập Nhật Lần Cuối 2014-04-16
Ngày Phát Hành 2014-04-16
Đánh Giá 3.50/5 Tổng số 16 Đánh Giá
Nhà Phát Triển Mykola Bespaliuk
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_AppName__",
    "version": "1.0.10",
    "description": "__MSG_AppDesc__",
    "default_locale": "en",
    "permissions": [
        "contextMenus",
        "clipboardRead",
        "clipboardWrite",
        "*:\/\/*\/*"
    ],
    "background": {
        "persistent": false,
        "page": "background.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com https:\/\/ssl.google-analytics.com; object-src 'self'",
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "icons": {
        "16": "img\/imageinfo-16.png",
        "19": "img\/imageinfo-19.png",
        "48": "img\/imageinfo-48.png",
        "128": "img\/imageinfo-128.png"
    }
}