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
公式URL 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"
    }
}