Webcollect

Capture webpages and save with Mybase Desktop 7/8

Webcollect क्या है?

Webcollect https://www.wjjsoft.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Capture webpages and save with Mybase Desktop 7/8"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Webcollect एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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"
        }
    }
}