Saupe URL Shrtnr
This extension shortens the current URL using the Saupe URL Shrtnr and copies it to the clipboard.
Τι είναι το Saupe URL Shrtnr;
Το Saupe URL Shrtnr είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Joel Saupe, και η κύρια λειτουργία του είναι "This extension shortens the current URL using the Saupe URL Shrtnr and copies it to the clipboard.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Saupe URL Shrtnr
Λήψη αρχείων επέκτασης Saupe URL Shrtnr σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
The Saupe URL Shrtnr extension uses uses the URL shortener at http://sau.pe/shrtnr/ to convert any URL to a short, simple URL. With just the click of the extension's icon, the current page's URL is shortened and copied to your clipboard. This is perfect for sharing a link with friends, or on social media where you don't want the length of your links to take away from all of your sweet, sweet #hashtags.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | ghefbepohloadbooaphdolhipglahkjb |
Επίσημο URL | https://chrome.google.com/webstore/detail/saupe-url-shrtnr/ghefbepohloadbooaphdolhipglahkjb |
Περιγραφή | This extension shortens the current URL using the Saupe URL Shrtnr and copies it to the clipboard. |
Μέγεθος Αρχείου | 39.61 KB |
Αριθμός Εγκαταστάσεων | 27 |
Τρέχουσα Έκδοση | 2.0 |
Τελευταία Ενημέρωση | 2016-05-07 |
Ημερομηνία Δημοσίευσης | 2016-05-07 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | Joel Saupe |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://sau.pe/shrtnr/ |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Saupe URL Shrtnr", "description": "This extension shortens the current URL using the Saupe URL Shrtnr and copies it to the clipboard.", "version": "2.0", "browser_action": { "default_icon": "icon-128.png", "default_popup": "popup.html" }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "activeTab" ], "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+S", "mac": "MacCtrl+Shift+S" } } } } |