Web Collector for MAXQDA

Collect web pages to analyze in MAXQDA

Web Collector for MAXQDAとは何ですか?

Web Collector for MAXQDAはwww.maxqda.com VERBI Softwareによって開発されたChromeの拡張機能で、その主な機能は「Collect web pages to analyze in MAXQDA」です。

拡張機能のスクリーンショット

screenshot

Web Collector for MAXQDA拡張機能のCRXファイルをダウンロード

Web Collector for MAXQDA拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Quickly and easily collect entire web pages to import and analyze in the qualitative data analysis software MAXQDA 2022 and 2020.
(For older versions of MAXQDA, use "Web Collector for MAXQDA 2018 and 12" instead).

Features of the Web Collector for MAXQDA:
- Collect web pages in their original format or as simplified web pages
- The original web source and the collection date are automatically stored in a memo
- Add your own notes to the web pages during the collection
- Web pages are imported into MAXQDA as PDFs or images
- Simplified web pages are imported into MAXQDA as PDFs or text documents
- Choose to include or ignore images in simplified web pages
- For best results, consider using an ad blocker to remove ads from the webpages before collecting them


MAXQDA is a world-leading software package for qualitative and mixed methods research. Analyze all kinds of data – from texts to images and audio/video files, websites, tweets, focus group discussions, survey responses, and much more. Developed by and for researchers, MAXQDA is at once powerful and easy-to-use, innovative and user-friendly, as well as the only leading QDA software that is 100% identical on Windows and Mac.

Learn more at: www.maxqda.com                    

拡張機能の基本情報

名前 Web Collector for MAXQDA Web Collector for MAXQDA
ID jhnochbooihpgjbgcjlpihaefoehlakd
公式URL https://chromewebstore.google.com/detail/web-collector-for-maxqda/jhnochbooihpgjbgcjlpihaefoehlakd
説明 Collect web pages to analyze in MAXQDA
ファイルサイズ 371 KB
インストール数 6,280
現在のバージョン 3.0.0
最終更新日 2022-12-13
公開日 2020-07-21
評価 5.00/5 合計 1 レビュー
開発者 www.maxqda.com VERBI Software
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.maxqda.com
ヘルプページのURL https://www.maxqda.com/webcollector
プライバシーポリシーページのURL https://www.maxqda.com/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Web Collector for MAXQDA",
    "description": "Collect web pages to analyze in MAXQDA",
    "version": "3.0.0",
    "version_name": "3.0.0",
    "homepage_url": "https:\/\/maxqda.com",
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "64": "img\/icon64.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus",
        "downloads",
        "pageCapture",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": "img\/icon48.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "third_party\/readability\/Readability.js",
                "scripts\/content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "scripts\/background.js"
    }
}