Twa.si URL-shortener

Official Twa.si URL-shortener extension.

Τι είναι το Twa.si URL-shortener;

Το Twa.si URL-shortener είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://twa.si, και η κύρια λειτουργία του είναι "Official Twa.si URL-shortener extension.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Twa.si URL-shortener

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

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

                        Your shortlink is just one click away!

Shorten URLs using the twa.si URL-shortener.
Open any web-page and click the shortener icon or rightclick any link. 
It will create and copy your twa.si url.

It's even faster than copying the page URL manually!

Our URL-shortener is fast, easy to use and completely free. 
You don't need an account to use it.

We are proud to be a part of the open source community. You can find this and other projects on our GitHub page at https://twa.si/r/github.                    

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

Όνομα Twa.si URL-shortener Twa.si URL-shortener
ID lngjokdnklohagplfpcpjjmmkcehiabm
Επίσημο URL https://chromewebstore.google.com/detail/twasi-url-shortener/lngjokdnklohagplfpcpjjmmkcehiabm
Περιγραφή Official Twa.si URL-shortener extension.
Μέγεθος Αρχείου 193 KB
Αριθμός Εγκαταστάσεων 38
Τρέχουσα Έκδοση 1.4
Τελευταία Ενημέρωση 2020-09-24
Ημερομηνία Δημοσίευσης 2020-09-07
Αξιολόγηση 5.00/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής https://twa.si
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/twasi/twasi-shortener-chrome-extension
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twa.si URL-shortener",
    "version": "1.4",
    "manifest_version": 2,
    "description": "Official Twa.si URL-shortener extension.",
    "author": "Twasi-Team",
    "homepage_url": "https:\/\/github.com\/twasi\/twasi-shortener-chrome-extension",
    "offline_enabled": false,
    "permissions": [
        "activeTab",
        "tabs",
        "https:\/\/twa.si\/*",
        "contextMenus",
        "clipboardWrite",
        "notifications"
    ],
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_title": "Shorten this URL with twa.si",
        "default_popup": "ui\/html\/popup.html",
        "default_icon": "icons\/64.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twa.si\/*"
            ],
            "js": [
                "dist\/hide-ribbon.js"
            ]
        }
    ],
    "background": {
        "page": "ui\/html\/background.html"
    }
}