Joplin Web Clipper

Capture and save web pages and screenshots from your browser to Joplin.

Joplin Web Clipper क्या है?

Joplin Web Clipper https://joplinapp.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Capture and save web pages and screenshots from your browser to Joplin."।

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

screenshot

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

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

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

                        This is a web clipper that allows you to save web pages to Joplin and take screenshots while you're browsing the internet. You can either save complete web pages or simplified versions of it. You will need the Joplin desktop application to use this extension.                    

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

नाम Joplin Web Clipper Joplin Web Clipper
ID alofnhikmmkdbbbgpnglcpdollgjjfek
आधिकारिक URL https://chromewebstore.google.com/detail/joplin-web-clipper/alofnhikmmkdbbbgpnglcpdollgjjfek
विवरण Capture and save web pages and screenshots from your browser to Joplin.
फ़ाइल का आकार 277 KB
स्थापना संख्या 80,000
वर्तमान संस्करण 2.11.2
अंतिम अपडेट 2024-02-10
प्रकाशन तिथि 2019-12-04
रेटिंग 4.44/5 कुल 93 रेटिंग्स
डेवलपर https://joplinapp.org
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://joplinapp.org/help/apps/clipper
सहायता पृष्ठ URL https://discourse.joplinapp.org/
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Joplin Web Clipper",
    "version": "2.11.2",
    "description": "Capture and save web pages and screenshots from your browser to Joplin.",
    "homepage_url": "https:\/\/joplinapp.org",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "icons": {
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "96": "icons\/96.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "",
        "storage"
    ],
    "browser_action": {
        "default_icon": "icons\/32.png",
        "default_title": "Joplin Web Clipper",
        "default_popup": "popup\/build\/index.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+J"
            }
        },
        "clipCompletePage": {
            "suggested_key": {
                "default": "Alt+Shift+C"
            },
            "description": "Clip complete page (uses last selected notebook)"
        },
        "clipCompletePageHtml": {
            "description": "Clip complete page (HTML) (uses last selected notebook)"
        },
        "clipSimplifiedPage": {
            "description": "Clip simplified page (uses last selected notebook)"
        },
        "clipUrl": {
            "description": "Clip url (uses last selected notebook)"
        },
        "clipSelection": {
            "description": "Clip selection (uses last selected notebook)"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}