MyInfo Web Clipper

MyInfo Web Clipper

什么是MyInfo Web Clipper?

MyInfo Web Clipper是由https://www.myinfoapp.com开发的Chrome扩展程序,该扩展的主要功能是“MyInfo Web Clipper”。

扩展截图

screenshot
screenshot
screenshot

下载MyInfo Web Clipper扩展crx文件

下载MyInfo Web Clipper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Send web snippets, articles, bookmarks, and PDFs to MyInfo directly from your browser.

MyInfo is a personal information manager for Windows, which helps you collect, organize, edit, store, and find personal information.

Requires MyInfo 7.0.9 (latest build) or higher.                    

扩展基本信息

名称 MyInfo Web Clipper MyInfo Web Clipper
ID ceebdjjioegmkcofkpjfgicchkebfpdh
官方URL https://chromewebstore.google.com/detail/myinfo-web-clipper/ceebdjjioegmkcofkpjfgicchkebfpdh
简介 MyInfo Web Clipper
文件大小 168 KB
安装次数 632
当前版本 1.0.9
更新时间 2022-03-22
上架时间 2021-03-27
评分 5.00/5 共4次评分
开发者 https://www.myinfoapp.com
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.myinfoapp.com/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "MyInfo Web Clipper",
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "contextMenus",
        "nativeMessaging"
    ],
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "96": "icons\/96.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "16": "icons\/16.png",
            "24": "icons\/24.png",
            "32": "icons\/32.png"
        }
    },
    "version": "1.0.9",
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}