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".                    

擴展基本資訊

名稱 EasyJoin EasyJoin
ID hakgmccmeliacpbfblemaeajkpkndfog
官方網址 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"
    ]
}