lc.cx - Shorter - Simpler.

URL shortener allowing to shorten one or more URLs in order to share content more easily with your communities.

Τι είναι το lc.cx - Shorter - Simpler.;

Το lc.cx - Shorter - Simpler. είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://lc.cx, και η κύρια λειτουργία του είναι "URL shortener allowing to shorten one or more URLs in order to share content more easily with your communities.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης lc.cx - Shorter - Simpler.

Λήψη αρχείων επέκτασης lc.cx - Shorter - Simpler. σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This extension allows you to generate shortlinks. It is also possible to shorten URLs with a customizable domain. An account is required to use this extension.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα lc.cx - Shorter - Simpler. lc.cx - Shorter - Simpler.
ID gilnkogkfhlnjohladpjhgbljadaeeln
Επίσημο URL https://chromewebstore.google.com/detail/lccx-shorter-simpler/gilnkogkfhlnjohladpjhgbljadaeeln
Περιγραφή URL shortener allowing to shorten one or more URLs in order to share content more easily with your communities.
Μέγεθος Αρχείου 318 KB
Αριθμός Εγκαταστάσεων 85
Τρέχουσα Έκδοση 0.5.2
Τελευταία Ενημέρωση 2022-08-22
Ημερομηνία Δημοσίευσης 2020-07-09
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://lc.cx
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://lc.cx
Διεύθυνση URL της Σελίδας Βοήθειας https://lc.cx/user/contact
Υποστηριζόμενες Γλώσσες en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "short_name": "lc.cx",
    "description": "__MSG_extensionDescription__",
    "version": "0.5.2",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "96": "icons\/icon_96.png",
        "128": "icons\/icon_128.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus",
        "https:\/\/*.lc.cx\/*"
    ],
    "optional_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "lccx-extension",
        "default_popup": "popup\/popup.html"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "{4771d907-a9b3-4329-9031-6f930bea0f75}"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}