Make Shortlink + Copy link = Liral
creates a short link for the current url tab
What is Make Shortlink + Copy link = Liral?
Make Shortlink + Copy link = Liral is a Chrome extension developed by https://lir.al, and its main feature is "creates a short link for the current url tab".
Extension Screenshots
Download Make Shortlink + Copy link = Liral Extension CRX File
Download Make Shortlink + Copy link = Liral extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Make Shortlink + Copy link = Liral |
ID | ibljjgpdelcmgcmgooniaolcpboegnch |
Official URL | https://chromewebstore.google.com/detail/make-shortlink-+-copy-lin/ibljjgpdelcmgcmgooniaolcpboegnch |
Description | creates a short link for the current url tab |
File Size | 46.22 KB |
Installation Count | 116 |
Current Version | 1.0.7 |
Last Updated | 2019-01-14 |
Publish Date | 2019-01-13 |
Rating | 4.80/5 Total 5 Ratings |
Developer | https://lir.al |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } |