mlnl.me
URL shortener
What is mlnl.me?
mlnl.me is a Chrome extension developed by https://mlnlmal.ml, and its main feature is "URL shortener".
Extension Screenshots
Download mlnl.me Extension CRX File
Download mlnl.me 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
Life is short, so url is. v.1.0: init v.1.1: url copied to clipboard after generated. v.1.2: alert message to notice url is copied to clipboard to user. v.1.3: simplify description. v.1.4: change url
Extension Basic Information
Name | mlnl.me |
ID | gkanefoopalffljhhckdbnjmhildanel |
Official URL | https://chromewebstore.google.com/detail/mlnlme/gkanefoopalffljhhckdbnjmhildanel |
Description | URL shortener |
File Size | 12.94 KB |
Installation Count | 26 |
Current Version | 1.4 |
Last Updated | 2023-02-06 |
Publish Date | 2019-11-13 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://mlnlmal.ml |
[email protected] | |
Payment Type | free |
Extension Website | https://mlnl.me |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "mlnl.me", "description": "URL shortener", "version": "1.4", "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "script.js" ], "persistent": false }, "permissions": [ "tabs" ] } |