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.
擴展基本資訊
名稱 | Send to MyInfo (legacy) |
ID | fkcplcakolplbgpmchocnnnmjihgckdp |
官方網址 | 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 } |