MyInfo Web Clipper

MyInfo Web Clipper

What is MyInfo Web Clipper?

MyInfo Web Clipper is a Chrome extension developed by https://www.myinfoapp.com, and its main feature is "MyInfo Web Clipper".

Extension Screenshots

screenshot
screenshot
screenshot

Download MyInfo Web Clipper Extension CRX File

Download MyInfo Web Clipper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name MyInfo Web Clipper MyInfo Web Clipper
ID ceebdjjioegmkcofkpjfgicchkebfpdh
Official URL https://chromewebstore.google.com/detail/myinfo-web-clipper/ceebdjjioegmkcofkpjfgicchkebfpdh
Description MyInfo Web Clipper
File Size 168 KB
Installation Count 632
Current Version 1.0.9
Last Updated 2022-03-22
Publish Date 2021-03-27
Rating 5.00/5 Total 4 Ratings
Developer https://www.myinfoapp.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.myinfoapp.com/privacy
Supported Languages 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'"
}