Linkenstein

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

Qu'est-ce que Linkenstein ?

Linkenstein est une extension Chrome développée par Mykola Bespaliuk, et sa fonction principale est "With this extension you can copy URLs with their titles. Also, it allows to get shorter versions of URLs.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Linkenstein

Téléchargez les fichiers d'extension Linkenstein au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Linkenstein Linkenstein
ID jemblnlfaakimlhnakdccmbokcoilmej
URL Officiel https://chromewebstore.google.com/detail/linkenstein/jemblnlfaakimlhnakdccmbokcoilmej
Description With this extension you can copy URLs with their titles. Also, it allows to get shorter versions of URLs.
Taille du Fichier 42.41 KB
Nombre d'Installations 170
Version Actuelle 1.0.10
Dernière Mise à Jour 2014-04-16
Date de Publication 2014-04-16
Évaluation 3.50/5 Total 16 Évaluations
Développeur Mykola Bespaliuk
Type de Paiement free
Langues Prises en Charge 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"
    }
}