Linkenstein

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

Τι είναι το Linkenstein;

Το Linkenstein είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Mykola Bespaliuk, και η κύρια λειτουργία του είναι "With this extension you can copy URLs with their titles. Also, it allows to get shorter versions of URLs.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Linkenstein

Λήψη αρχείων επέκτασης 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"
    }
}