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 |
| 电子邮箱 | [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
} | |