Make Shortlink + Copy link = Liral
creates a short link for the current url tab
Was ist Make Shortlink + Copy link = Liral?
Make Shortlink + Copy link = Liral ist eine Chrome-Erweiterung, die von https://lir.al entwickelt wurde, und ihr Hauptmerkmal ist "creates a short link for the current url tab".
Erweiterungsscreenshots
Make Shortlink + Copy link = Liral-Erweiterungs-CRX-Datei herunterladen
Laden Sie Make Shortlink + Copy link = Liral-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ibljjgpdelcmgcmgooniaolcpboegnch |
| Offizielle URL | https://chromewebstore.google.com/detail/make-shortlink-+-copy-lin/ibljjgpdelcmgcmgooniaolcpboegnch |
| Beschreibung | creates a short link for the current url tab |
| Dateigröße | 46.22 KB |
| Installationsanzahl | 116 |
| Aktuelle Version | 1.0.7 |
| Letztes Update | 2019-01-14 |
| Veröffentlichungsdatum | 2019-01-13 |
| Bewertung | 4.80/5 Insgesamt 5 Bewertungen |
| Entwickler | https://lir.al |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
} | |