EasyJoin
Right-click on text and links to send them from the browser to the EasyJoin app
什么是EasyJoin?
EasyJoin是由https://easyjoin.net开发的Chrome扩展程序,该扩展的主要功能是“Right-click on text and links to send them from the browser to the EasyJoin app”。
扩展截图
下载EasyJoin扩展crx文件
下载EasyJoin扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
To send links and texts from your browser via EasyJoin follow these steps:
- Install the Pro version of the application on Windows/Linux/macOS.
- Start the application.
- Install the add-on on your browser.
- Right-click on a link or selected text in the browser and select "EasyJoin > Send". 扩展基本信息
| 名称 | |
| ID | hakgmccmeliacpbfblemaeajkpkndfog |
| 官方URL | https://chromewebstore.google.com/detail/easyjoin/hakgmccmeliacpbfblemaeajkpkndfog |
| 简介 | Right-click on text and links to send them from the browser to the EasyJoin app |
| 文件大小 | 72.82 KB |
| 安装次数 | 681 |
| 当前版本 | 1.6 |
| 更新时间 | 2024-01-19 |
| 上架时间 | 2019-09-24 |
| 评分 | 5.00/5 共4次评分 |
| 开发者 | https://easyjoin.net |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://easyjoin.net |
| 帮助页面URL | https://easyjoin.net/faq.html |
| 隐私政策页面URL | https://easyjoin.net/privacy.html |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "EasyJoin",
"short_name": "EasyJoin",
"version": "1.6",
"description": "Right-click on text and links to send them from the browser to the EasyJoin app",
"homepage_url": "https:\/\/easyjoin.net",
"icons": {
"16": "icons\/16.png",
"24": "icons\/24.png",
"48": "icons\/48.png",
"96": "icons\/96.png"
},
"background": {
"service_worker": "easyjoin.js"
},
"action": {
"default_icon": "icons\/24.png",
"default_popup": "html\/popup.html"
},
"permissions": [
"contextMenus"
]
} | |