Mini URL - The URL shortener
Shortens the current url and copies it to clipboard
Τι είναι το Mini URL - The URL shortener;
Το Mini URL - The URL shortener είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον miniurl2016, και η κύρια λειτουργία του είναι "Shortens the current url and copies it to clipboard".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Mini URL - The URL shortener
Λήψη αρχείων επέκτασης Mini URL - The URL shortener σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Mini URL is a url shortener. It is a simple chrome extension that, when clicked, shortens the current URL and copies the shortened url to the clipboard. Mini url uses the Google URL shortener service https://goo.gl/ as the backend. Using the extension is simple: just click the Mini URL icon, a tiny version of the current url is created and sent to the clipboard. To use the short url, just paste!
Βασικές Πληροφορίες Επέκτασης
Όνομα | Mini URL - The URL shortener |
ID | oikjbfhojbdndgcjkjeccfelofhihdai |
Επίσημο URL | https://chromewebstore.google.com/detail/mini-url-the-url-shortene/oikjbfhojbdndgcjkjeccfelofhihdai |
Περιγραφή | Shortens the current url and copies it to clipboard |
Μέγεθος Αρχείου | 850 KB |
Αριθμός Εγκαταστάσεων | 170 |
Τρέχουσα Έκδοση | 1.1 |
Τελευταία Ενημέρωση | 2016-02-26 |
Ημερομηνία Δημοσίευσης | 2016-02-26 |
Αξιολόγηση | 4.50/5 Συνολικά 8 Αξιολογήσεις |
Προγραμματιστής | miniurl2016 |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mini URL - The URL shortener", "short_name": "Mini URL", "description": "Shortens the current url and copies it to clipboard", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "clipboardWrite", "https:\/\/www.googleapis.com\/" ] } |