Saupe URL Shrtnr
This extension shortens the current URL using the Saupe URL Shrtnr and copies it to the clipboard.
¿Qué es Saupe URL Shrtnr?
Saupe URL Shrtnr es una extensión de Chrome desarrollada por Joel Saupe, y su función principal es "This extension shortens the current URL using the Saupe URL Shrtnr and copies it to the clipboard.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Saupe URL Shrtnr
Descarga archivos de extensión Saupe URL Shrtnr en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | ghefbepohloadbooaphdolhipglahkjb |
URL Oficial | https://chrome.google.com/webstore/detail/saupe-url-shrtnr/ghefbepohloadbooaphdolhipglahkjb |
Descripción | This extension shortens the current URL using the Saupe URL Shrtnr and copies it to the clipboard. |
Tamaño del Archivo | 39.61 KB |
Cantidad de Instalaciones | 27 |
Versión Actual | 2.0 |
Última Actualización | 2016-05-07 |
Fecha de Publicación | 2016-05-07 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | Joel Saupe |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://sau.pe/shrtnr/ |
Idiomas Soportados | 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" } } } } |