mlnl.me
URL shortener
mlnl.meとは何ですか?
mlnl.meはhttps://mlnlmal.mlによって開発されたChromeの拡張機能で、その主な機能は「URL shortener」です。
拡張機能のスクリーンショット
mlnl.me拡張機能のCRXファイルをダウンロード
mlnl.me拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | mlnl.me |
ID | gkanefoopalffljhhckdbnjmhildanel |
公式URL | https://chromewebstore.google.com/detail/mlnlme/gkanefoopalffljhhckdbnjmhildanel |
説明 | URL shortener |
ファイルサイズ | 12.94 KB |
インストール数 | 26 |
現在のバージョン | 1.4 |
最終更新日 | 2023-02-06 |
公開日 | 2019-11-13 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://mlnlmal.ml |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://mlnl.me |
対応言語 | 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" ] } |