Linkenstein

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

Vad är Linkenstein?

Linkenstein är en Chrome-tillägg utvecklad av Mykola Bespaliuk, och dess huvudfunktion är "With this extension you can copy URLs with their titles. Also, it allows to get shorter versions of URLs.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Linkenstein-förlängningens CRX-fil

Ladda ner Linkenstein-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Linkenstein Linkenstein
ID jemblnlfaakimlhnakdccmbokcoilmej
Officiell webbadress https://chromewebstore.google.com/detail/linkenstein/jemblnlfaakimlhnakdccmbokcoilmej
Beskrivning With this extension you can copy URLs with their titles. Also, it allows to get shorter versions of URLs.
Filstorlek 42.41 KB
Antal Installationer 170
Aktuell Version 1.0.10
Senast Uppdaterad 2014-04-16
Publiceringsdatum 2014-04-16
Betyg 3.50/5 Totalt 16 Betyg
Utvecklare Mykola Bespaliuk
Betalningssätt free
Stödda Språk 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"
    }
}