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
官方網址 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
電子郵箱 [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"
    }
}