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 |
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 |
Eメール | [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" ] } |