Url Shortener for Google Chrome™

Just click our extension icon on toolbar to shorten the URL of current page with TinyURL.com url shortener service.

Τι είναι το Url Shortener for Google Chrome™;

Το Url Shortener for Google Chrome™ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://url-shortener.freebusinessapps.net, και η κύρια λειτουργία του είναι "Just click our extension icon on toolbar to shorten the URL of current page with TinyURL.com url shortener service.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Url Shortener for Google Chrome™

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

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

                        Want to use a simple URL shortener service for Google Chrome? Simply install our software and you can shorten the website URL you are on to a short simple link. To begin using our URL shortener service, you need to install our extension.
Click on our software icon

Choose either the QR code option or the shortened URL to share the website you are on
Its extremely simple to use and your privacy is guaranteed. Our software does not save any data/website URLs which you are on. Begin using our URL shortener service today!

Version 3.0.0 Changelog

Fixed API issue - URL Shortening functionality works once more.

================================================================
★ Features of Url Shortener for Google Chrome™:
✔ Easily shorten any link of current page with TinyURL url shortener service.
✔ Easily shorten any link that you copied and put into a special textbox
✔ Automatically copies url to clipboard
✔ Сlick to shorten url and copy to clipboard
✔ Generate QR code for this website URL
✔ Light / Dark theme switcher for more comfortable use for night time

Disclaimer: Please note this extension is NOT made by Google and is made by an independent development team. All copyrights belong to their respective owners.
Google doesn’t endorse or sponsor this Chrome extension. URL Shortener for Google Chrome™ is not owned by, is not licensed by and is not a subsidiary of Google Inc.                    

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

Όνομα Url Shortener for Google Chrome™ Url Shortener for Google Chrome™
ID aacgdipdhmilcpcpbdcloifondogabco
Επίσημο URL https://chromewebstore.google.com/detail/url-shortener-for-google/aacgdipdhmilcpcpbdcloifondogabco
Περιγραφή Just click our extension icon on toolbar to shorten the URL of current page with TinyURL.com url shortener service.
Μέγεθος Αρχείου 677 KB
Αριθμός Εγκαταστάσεων 217,440
Τρέχουσα Έκδοση 3.0.0
Τελευταία Ενημέρωση 2023-10-18
Ημερομηνία Δημοσίευσης 2020-03-20
Αξιολόγηση 4.18/5 Συνολικά 1225 Αξιολογήσεις
Προγραμματιστής https://url-shortener.freebusinessapps.net
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://url-shortener.freebusinessapps.net
Διεύθυνση URL της Σελίδας Βοήθειας https://url-shortener.freebusinessapps.net/contact
URL της Σελίδας Πολιτικής Απορρήτου https://delete-all-messages-for-facebook.freebusinessapps.net/privacy-policy
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "\/js\/bg-worker.js"
    },
    "default_locale": "en",
    "description": "__MSG_app_description__",
    "homepage_url": "https:\/\/url-shortener.freebusinessapps.net",
    "icons": {
        "128": "data\/assets\/icons\/128.png",
        "256": "data\/assets\/icons\/256.png",
        "32": "data\/assets\/icons\/32.png",
        "48": "data\/assets\/icons\/48.png",
        "96": "data\/assets\/icons\/96.png"
    },
    "manifest_version": 3,
    "name": "__MSG_app_name__",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/chart.googleapis.com\/*",
        "https:\/\/tinyurl.com\/*"
    ],
    "short_name": "__MSG_app_name__",
    "version": "3.0.0",
    "action": {
        "default_icon": {
            "128": "data\/assets\/icons\/128.png",
            "256": "data\/assets\/icons\/256.png",
            "32": "data\/assets\/icons\/32.png",
            "48": "data\/assets\/icons\/48.png",
            "96": "data\/assets\/icons\/96.png"
        },
        "default_popup": "data\/popup\/index.html",
        "default_title": "__MSG_app_name__"
    }
}