Linkenstein

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

什麼是Linkenstein?

Linkenstein是由Mykola Bespaliuk開發的Chrome擴展程式,該擴展的主要功能是“With this extension you can copy URLs with their titles. Also, it allows to get shorter versions of URLs.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Linkenstein擴展crx文件

下載Linkenstein擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Linkenstein Linkenstein
ID jemblnlfaakimlhnakdccmbokcoilmej
官方網址 https://chromewebstore.google.com/detail/linkenstein/jemblnlfaakimlhnakdccmbokcoilmej
簡介 With this extension you can copy URLs with their titles. Also, it allows to get shorter versions of URLs.
檔案大小 42.41 KB
安裝次數 170
目前版本 1.0.10
更新時間 2014-04-16
上架時間 2014-04-16
評分 3.50/5 共 16 次評分
開發者 Mykola Bespaliuk
付費類型 free
支援的語言 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"
    }
}