Linkenstein

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

Was ist Linkenstein?

Linkenstein ist eine Chrome-Erweiterung, die von Mykola Bespaliuk entwickelt wurde, und ihr Hauptmerkmal ist "With this extension you can copy URLs with their titles. Also, it allows to get shorter versions of URLs.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Linkenstein-Erweiterungs-CRX-Datei herunterladen

Laden Sie Linkenstein-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Linkenstein Linkenstein
ID jemblnlfaakimlhnakdccmbokcoilmej
Offizielle URL https://chromewebstore.google.com/detail/linkenstein/jemblnlfaakimlhnakdccmbokcoilmej
Beschreibung With this extension you can copy URLs with their titles. Also, it allows to get shorter versions of URLs.
Dateigröße 42.41 KB
Installationsanzahl 170
Aktuelle Version 1.0.10
Letztes Update 2014-04-16
Veröffentlichungsdatum 2014-04-16
Bewertung 3.50/5 Insgesamt 16 Bewertungen
Entwickler Mykola Bespaliuk
Zahlungsart free
Unterstützte Sprachen 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"
    }
}