Webcollect

Capture webpages and save with Mybase Desktop 7/8

什麼是Webcollect?

Webcollect是由https://www.wjjsoft.com開發的Chrome擴展程式,該擴展的主要功能是“Capture webpages and save with Mybase Desktop 7/8”。

擴展截圖

screenshot
screenshot

下載Webcollect擴展crx文件

下載Webcollect擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Webcollect is a web browser extension that allows you to capture whole or a portion of webpage from within Google Chrome and save with Mybase without having to first save as HTML files and then insert them manually.

Mybase is a versatile free-form database system that allows entry of unstructured text, webpages, images, documents, emails and even arbitrary files without regard to length or format. All information is compressed with the integrated zip utility and stored in the tree structured outline form. Unlike traditional database programs, Mybase accepts text input like a word processor, and provides better methods for capturing, editing, organizing, retrieving, searching and sharing information.

For more info, please visit:
http://www.wjjsoft.com/mybase.html
http://www.wjjsoft.com/webcollect.html                    

擴展基本資訊

名稱 Webcollect Webcollect
ID oelfkekhpcninmpedocgakolepcflfko
官方網址 https://chromewebstore.google.com/detail/webcollect/oelfkekhpcninmpedocgakolepcflfko
簡介 Capture webpages and save with Mybase Desktop 7/8
檔案大小 42.74 KB
安裝次數 5,203
目前版本 8.0
更新時間 2020-01-16
上架時間 2020-01-16
評分 3.74/5 共 23 次評分
開發者 https://www.wjjsoft.com
電子郵箱 [email protected]
付費類型 free
擴展官網 http://www.wjjsoft.com/webcollect.html
說明頁面URL http://www.wjjsoft.com/webcollect.html#faq
隱私政策頁面URL http://www.wjjsoft.com/privacy.html
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Webcollect",
    "short_name": "Webcollect",
    "version": "8.0",
    "description": "Capture webpages and save with Mybase Desktop 7\/8",
    "homepage_url": "http:\/\/www.wjjsoft.com\/webcollect.html",
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDoMAaJanvoRdQtBzdk1+oV3m\/oVQs4WGXLh6+i9OB7BmuLi5O4hDKh8nDOc\/a3pqZ0BB6io3SzxkN44XR4KEHaNyyT0iS3q6yTE1p2lCbqIar1W++i+KvjPOktyRLYYrrZEfN5MSR9kfDuAd3VDCWnUkf6hjqg9U3C1CW2sFRmnQIDAQAB",
    "manifest_version": 2,
    "icons": {
        "16": "nyfedit_16x16.png",
        "32": "nyfedit_32x32.png",
        "48": "nyfedit_48x48.png",
        "128": "nyfedit_128x128.png"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "clipboardRead",
        "clipboardWrite",
        "nativeMessaging",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                "content_script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "nyfedit_16x16.png",
            "32": "nyfedit_32x32.png",
            "48": "nyfedit_48x48.png",
            "128": "nyfedit_128x128.png"
        },
        "browser_style": true,
        "default_title": "Save with Mybase Desktop 7\/8"
    },
    "commands": {
        "copyHtmlImages": {
            "suggested_key": {
                "default": "Alt+Shift+C",
                "mac": "Alt+Shift+C"
            },
            "description": "Copy Html + Images"
        },
        "saveWithMybase": {
            "suggested_key": {
                "default": "Alt+Shift+S",
                "mac": "Alt+Shift+S"
            },
            "description": "Save with Mybase 7\/8"
        }
    }
}