Make Shortlink + Copy link = Liral
creates a short link for the current url tab
¿Qué es Make Shortlink + Copy link = Liral?
Make Shortlink + Copy link = Liral es una extensión de Chrome desarrollada por https://lir.al, y su función principal es "creates a short link for the current url tab".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Make Shortlink + Copy link = Liral
Descarga archivos de extensión Make Shortlink + Copy link = Liral 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 easiest way that only needs pressing a button with two simultaneous functions:
For shortening long, confusing URLs and sending to clipboard (storing by Ctrl+C), all you need to do is paste.
As fast and simple as that! Información Básica de la Extensión
| Nombre | |
| ID | ibljjgpdelcmgcmgooniaolcpboegnch |
| URL Oficial | https://chromewebstore.google.com/detail/make-shortlink-+-copy-lin/ibljjgpdelcmgcmgooniaolcpboegnch |
| Descripción | creates a short link for the current url tab |
| Tamaño del Archivo | 46.22 KB |
| Cantidad de Instalaciones | 116 |
| Versión Actual | 1.0.7 |
| Última Actualización | 2019-01-14 |
| Fecha de Publicación | 2019-01-13 |
| Calificación | 4.80/5 Total de 5 Calificaciones |
| Desarrollador | https://lir.al |
| Correo electrónico | [email protected] |
| Tipo de Pago | free |
| Idiomas Soportados | en-US |
| manifest.json | |
{
"browser_action": {
"default_icon": "icon\/icon_16.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
"js": [
"js\/popup.js"
],
"matches": [
"http:\/\/*\/*"
]
}
],
"description": "creates a short link for the current url tab",
"icons": {
"128": "icon\/icon_128.png",
"16": "icon\/icon_16.png",
"48": "icon\/icon_48.png"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxXvh4y3POrZj8K+kJvnpF1bUD5VLtyacqXlnm+SuUjWK7V+Pn+i4bI7IF8coE7oGVG0Ori7CADyf375A5lgBVWjcFlNCVZJ5Fv+CgIlEQ0uaNxNegMGJBZpabb5i1Xh576Y2fCYTvaUDUWy3\/JpfAhWvkBC+vDuGHMTojdCwGxwqTHvFLwnXGloG6Gm6oI\/r6EChzJTgtPhXa25\/tMYJNJ+KVwUpAzCv+lvM5CKioK478TywFRsqu+cjr+aIRxYu9vEmAy8eDjWZGVaBLKbSXraehIDJydB8yHTJJY8PiYnPVNQPatt1Y4t2tNOopNQz7fWfAbrlL\/NRhkJ8u1ArUwIDAQAB",
"manifest_version": 2,
"name": "Make Shortlink + Copy link = Liral",
"permissions": [
"tabs",
"http:\/\/*\/*"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.0.7"
} | |