VMO Link
Shorten your link and make it more beautiful
什么是VMO Link?
VMO Link是由tranvanmydev开发的Chrome扩展程序,该扩展的主要功能是“Shorten your link and make it more beautiful”。
扩展截图
下载VMO Link扩展crx文件
下载VMO Link扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Build a shortenLink page for your business and everyone Is a tool to help you shorten your link. Make your link shorter and more professional
扩展基本信息
名称 | VMO Link |
ID | ckcaonfopeckokppommaghjldcjopeci |
官方URL | https://chromewebstore.google.com/detail/vmo-link/ckcaonfopeckokppommaghjldcjopeci |
简介 | Shorten your link and make it more beautiful |
文件大小 | 351 KB |
安装次数 | 140 |
当前版本 | 1.2 |
更新时间 | 2022-05-19 |
上架时间 | 2022-05-14 |
评分 | 5.00/5 共2次评分 |
开发者 | tranvanmydev |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://vmo.link/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "VMO Link", "description": "Shorten your link and make it more beautiful", "version": "1.2", "action": { "default_popup": "index.html", "default_icon": { "16": "\/static\/images\/logo.png", "32": "\/static\/images\/logo.png", "48": "\/static\/images\/logo.png", "128": "\/static\/images\/logo.png" } }, "icons": { "16": "\/static\/images\/logo.png", "32": "\/static\/images\/logo.png", "48": "\/static\/images\/logo.png" }, "permissions": [ "tabs" ], "host_permissions": [ "https:\/\/vmo.link\/", "*:\/\/*\/*" ] } |