Saupe URL Shrtnr
This extension shortens the current URL using the Saupe URL Shrtnr and copies it to the clipboard.
Cos'è Saupe URL Shrtnr?
Saupe URL Shrtnr è un'estensione di Chrome sviluppata da Joel Saupe, e la sua funzione principale è "This extension shortens the current URL using the Saupe URL Shrtnr and copies it to the clipboard.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Saupe URL Shrtnr
Scarica i file di estensione Saupe URL Shrtnr in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | ghefbepohloadbooaphdolhipglahkjb |
URL Ufficiale | https://chrome.google.com/webstore/detail/saupe-url-shrtnr/ghefbepohloadbooaphdolhipglahkjb |
Descrizione | This extension shortens the current URL using the Saupe URL Shrtnr and copies it to the clipboard. |
Dimensione del File | 39.61 KB |
Conteggio Installazioni | 27 |
Versione Corrente | 2.0 |
Ultimo Aggiornamento | 2016-05-07 |
Data di Pubblicazione | 2016-05-07 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Joel Saupe |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://sau.pe/shrtnr/ |
Lingue Supportate | 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" } } } } |