Edge URL Shortener

Easily shorten your URLs

Τι είναι το Edge URL Shortener;

Το Edge URL Shortener είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον VVlasy s.r.o., και η κύρια λειτουργία του είναι "Easily shorten your URLs".

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

screenshot
screenshot
screenshot

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

Λήψη αρχείων επέκτασης Edge URL Shortener σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        This extension enables you to quickly and easily shorten URLs.

Once installed, just right click anywhere in the page to shorten your current URL or right click on a supported element (images, hyperlinks) to shorten their respective URL directly. Furthermore, you can optionally login to bit.ly which enables additional features! (not required to shorten links!) Like shortening via bit.ly, so you can see the links you have shortened either on bit.ly or directly in the extension's UI!

Features:
- Hyperlink shortening
- Image link shortening
- Customization via a settings panel
- Current URL shortening in context menu or by clicking the extension's icon* (see note below)
- Anonymous shortening using tinyurl.com
- Shortening through bit.ly (requires bit.ly login)
- View previously shortened links (requires bit.ly login) 

We use the latest technology to login to bit.ly (oAuth 2.0) which ensures security of your login credentials by using bit.ly's portal to enable access to our extension. We have no access to your password or e-mail in any shape or form.

*Automatic URL shortening via icon: 
- Must be enabled in settings
- Once enabled, the extension's UI will not be available, to restore it you must right-click the extension's icon and choose the option to disable automatic shortening                    

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

Όνομα Edge URL Shortener Edge URL Shortener
ID kphpbojgjgogohhkaenjmbeendnhpedp
Επίσημο URL https://chromewebstore.google.com/detail/edge-url-shortener/kphpbojgjgogohhkaenjmbeendnhpedp
Περιγραφή Easily shorten your URLs
Μέγεθος Αρχείου 139 KB
Αριθμός Εγκαταστάσεων 188
Τρέχουσα Έκδοση 2.0.0
Τελευταία Ενημέρωση 2020-02-15
Ημερομηνία Δημοσίευσης 2020-02-15
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής VVlasy s.r.o.
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες de,en,fr,es,it,cs
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Edge URL Shortener",
    "author": "Victor Vlas\u00e1k",
    "description": "Easily shorten your URLs",
    "version": "2.0.0",
    "default_locale": "en",
    "icons": {
        "16": "images\/eus-16.png",
        "25": "images\/eus-25.png",
        "32": "images\/eus-32.png",
        "48": "images\/eus-48.png",
        "128": "images\/eus-128.png"
    },
    "permissions": [
        "*:\/\/api-ssl.bitly.com\/*",
        "*:\/\/bitly.com\/*",
        "*:\/\/tinyurl.com\/*",
        "*:\/\/urlshortener.vvlasy.cz\/*",
        "contextMenus",
        "storage",
        "clipboardWrite",
        "notifications",
        "tabs",
        "identity"
    ],
    "browser_action": {
        "default_icon": {
            "20": "images\/eus-20-inactive.png",
            "40": "images\/eus-40-inactive.png"
        },
        "default_title": "Edge URL Shortener",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    }
}