Hunchly 2.0

Hunchly is a tool to capture and organize online data for your investigations. Requires the Hunchly app (https://www.hunch.ly)

Hunchly 2.0 क्या है?

Hunchly 2.0 https://www.hunch.ly द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hunchly is a tool to capture and organize online data for your investigations. Requires the Hunchly app (https://www.hunch.ly)"।

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

screenshot

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

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

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

                        Hunchly is an absolutely essential part of my investigations toolkit. I can't count how many times it's helped me save something that later disappeared, or to identify connections between webpages." - Craig Silverman
(Media Editor, BuzzFeed News)

 - Never take a screenshot again! Hunchly captures the web content you visit automatically, and makes it much easier 
 to stay organized.

 - Stay focused on what matters - the investigation! Hunchly works quietly in the background, and with the blacklist and capture toggle, you can make sure you're only capturing what you need.

 - Page you saw got taken down? No probblem! Hunchly makes highly accurate offline copies in case the page you visited gets taken down or changed.

 - Protect against tampering! Every page, image, and attachment in Hunchly is given a unique fingerprint ("hash") at capture.                    

एक्सटेंशन की मूल जानकारी

नाम Hunchly 2.0 Hunchly 2.0
ID amfnegileeghgikpggcebehdepknalbf
आधिकारिक URL https://chromewebstore.google.com/detail/hunchly-20/amfnegileeghgikpggcebehdepknalbf
विवरण Hunchly is a tool to capture and organize online data for your investigations. Requires the Hunchly app (https://www.hunch.ly)
फ़ाइल का आकार 451 KB
स्थापना संख्या 13,298
वर्तमान संस्करण 2.4.2
अंतिम अपडेट 2023-11-21
प्रकाशन तिथि 2020-05-07
रेटिंग 5.00/5 कुल 7 रेटिंग्स
डेवलपर https://www.hunch.ly
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.hunch.ly
सहायता पृष्ठ URL https://support.hunch.ly
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hunchly 2.0",
    "description": "Hunchly is a tool to capture and organize online data for your investigations. Requires the Hunchly app (https:\/\/www.hunch.ly)",
    "version": "2.4.2",
    "icons": {
        "1": "icons\/logo1.png",
        "16": "icons\/logo16.png",
        "48": "icons\/logo48.png",
        "128": "icons\/logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "js": [
                "browser-polyfill.min.js",
                "content-script\/mark.min.js",
                "content-script\/mutations.js",
                "content-script\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_icon": "icons\/logo.png",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "pageCapture",
        "tabs",
        "storage",
        "unlimitedStorage",
        "alarms",
        "downloads",
        "nativeMessaging"
    ],
    "host_permissions": [
        "",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "commands": {
        "take-note": {
            "suggested_key": {
                "default": "Alt+A",
                "mac": "Alt+A"
            },
            "description": "Take note"
        },
        "capture-page": {
            "suggested_key": {
                "default": "Alt+S",
                "mac": "Alt+S"
            },
            "description": "Capture page"
        },
        "toggle-auto-capture": {
            "suggested_key": {
                "default": "Alt+Q",
                "mac": "Alt+Q"
            },
            "description": "Toggle auto-capture"
        },
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+H",
                "mac": "Alt+H"
            }
        }
    }
}