Send to MyInfo (legacy)
Sends text selection or current web page URL to Myinfo
Send to MyInfo (legacy)とは何ですか?
Send to MyInfo (legacy)はhttps://www.myinfoapp.comによって開発されたChromeの拡張機能で、その主な機能は「Sends text selection or current web page URL to Myinfo」です。
拡張機能のスクリーンショット
Send to MyInfo (legacy)拡張機能のCRXファイルをダウンロード
Send to MyInfo (legacy)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is the legacy MyInfo addon. For MyInfo 7 and newer, please install MyInfo Web Clipper instead.
Send to MyInfo sends current web page selection (text and graphics) to MyInfo.
MyInfo is a personal information manager for Windows, which helps you collect, organize, edit, store, and find personal information.
Requires MyInfo 6.35 or higher. 拡張機能の基本情報
| 名前 | |
| ID | fkcplcakolplbgpmchocnnnmjihgckdp |
| 公式URL | https://chromewebstore.google.com/detail/send-to-myinfo-legacy/fkcplcakolplbgpmchocnnnmjihgckdp |
| 説明 | Sends text selection or current web page URL to Myinfo |
| ファイルサイズ | 11.55 KB |
| インストール数 | 454 |
| 現在のバージョン | 2.4.0 |
| 最終更新日 | 2021-10-15 |
| 公開日 | 2017-10-28 |
| 評価 | 3.67/5 合計 3 レビュー |
| 開発者 | https://www.myinfoapp.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.myinfoapp.com/addons/browser/send-to-myinfo-from-google-chrome |
| ヘルプページのURL | https://www.myinfoapp.com/addons/browser/send-to-myinfo-from-google-chrome |
| プライバシーポリシーページのURL | https://www.myinfoapp.com/privacy |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"version": "2.4.0",
"default_locale": "en",
"background": {
"page": "background.html"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"extension_installed.js"
],
"run_at": "document_end"
}
],
"icons": {
"16": "images\/icon-16x16.png",
"48": "images\/icon-48x48.png",
"128": "images\/icon-128x128.png"
},
"permissions": [
"activeTab",
"contextMenus",
"nativeMessaging"
],
"browser_action": {
"default_title": "Send to MyInfo",
"default_icon": "images\/icon-16x16.png",
"default_popup": "popup.html"
},
"manifest_version": 2
} | |