Shlink It!
Use your self-hosted Shlink server to create a shortcut to the current URL.
¿Qué es Shlink It!?
Shlink It! es una extensión de Chrome desarrollada por Ted Kulp, y su función principal es "Use your self-hosted Shlink server to create a shortcut to the current URL.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Shlink It!
Descarga archivos de extensión Shlink It! 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
Shlink It! will create a short URL from the current tab, using your self-hosted Shlink server. It gives you several options before the link is created, and will copy the short URL to your clipboard. After the extension is installed, go to the Settings page and enter your Shlink URL and API key to get started. See shlink.io for more details on hosting your own server. NOTE: This extension is Unofficial and not directly affiliated with the Shlink project.
Información Básica de la Extensión
Nombre | Shlink It! |
ID | honjlmannamjohjjmlfkohhcppoelpfc |
URL Oficial | https://chromewebstore.google.com/detail/shlink-it/honjlmannamjohjjmlfkohhcppoelpfc |
Descripción | Use your self-hosted Shlink server to create a shortcut to the current URL. |
Tamaño del Archivo | 359 KB |
Cantidad de Instalaciones | 72 |
Versión Actual | 0.1 |
Última Actualización | 2022-03-28 |
Fecha de Publicación | 2022-03-28 |
Desarrollador | Ted Kulp |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/tedkulp/shlink-it |
URL de la Página de Ayuda | https://github.com/tedkulp/shlink-it |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Shlink It!", "description": "Use your self-hosted Shlink server to create a shortcut to the current URL.", "version": "0.1", "manifest_version": 3, "permissions": [ "storage", "activeTab", "notifications" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/shlink-16.png", "48": "\/images\/shlink-48.png", "64": "\/images\/shlink-64.png", "96": "\/images\/shlink-96.png", "128": "\/images\/shlink-128.png", "256": "\/images\/shlink-256.png" } }, "icons": { "16": "\/images\/shlink-16.png", "48": "\/images\/shlink-48.png", "64": "\/images\/shlink-64.png", "96": "\/images\/shlink-96.png", "128": "\/images\/shlink-128.png", "256": "\/images\/shlink-256.png" }, "options_page": "options.html" } |