Web Clipper (Nimbus)

Web Clipper that works! The easiest way to clip text, pics, links, email and pdf from internet pages and save them.

Web Clipper (Nimbus) क्या है?

Web Clipper (Nimbus) https://nimbusweb.me द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Web Clipper that works! The easiest way to clip text, pics, links, email and pdf from internet pages and save them."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        A Web Clipper that works! Grab all kinds of content from web pages. We have created a Nimbus Web Clipper, so you could save text, images, links, email addresses from the Internet.

It is not just a pdf clipper! Nimbus Web Clipper is a Chrome extension that can help you save text, images, links, email addresses, and other content from web pages. Add your notes and save them to your Nimbus Note account for future references.

You can easily organize your clutter with a Nimbus Note and a Web Clipper! Create a note or folder in your Nimbus Note account and save your web clipping there. Access content that you've made with a clipper even offline. Use any devices and read later files, documents, articles and so on.

Do you want to save some web pages without any ads and links? Use a Web Clipper to clip the needed pages or their fragments and edit them before sending them to your Nimbus Note account. Easily delete any ads, images, or links from clipped content.

Look at all you can do with Nimbus:

- Capture the entire web page and store it for future use
- Capture only a part of the web page
- Highlight text before saving the web clipping
- Add tasks to the clipping before sending it to a colleague
- Clip images from a web page 
- Clip PDF files and annotate them before saving (a function that many PDF clippers lack)
- Clip emails, including all responses and attachments (Gmail, Outlook, Mail.com, Yahoo)
- Clip anything, with just one click!                    

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

नाम Web Clipper (Nimbus) Web Clipper (Nimbus)
ID kiokdhlcmjagacmcgoikapbjmmhfchbi
आधिकारिक URL https://chromewebstore.google.com/detail/web-clipper-nimbus/kiokdhlcmjagacmcgoikapbjmmhfchbi
विवरण Web Clipper that works! The easiest way to clip text, pics, links, email and pdf from internet pages and save them.
फ़ाइल का आकार 904 KB
स्थापना संख्या 63,342
वर्तमान संस्करण 4.9.9.1
अंतिम अपडेट 2023-01-26
प्रकाशन तिथि 2020-03-04
रेटिंग 3.84/5 कुल 128 रेटिंग्स
डेवलपर https://nimbusweb.me
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://nimbusweb.me/clipper.php
सहायता पृष्ठ URL https://fvdmedia.userecho.com/list/21580-nimbus-products/?category=7301
गोपनीयता नीति पृष्ठ URL https://nimbusweb.me/privacy.php
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Web Clipper (Nimbus)",
    "description": "__MSG_appDesc__",
    "version": "4.9.9.1",
    "manifest_version": 3,
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "tabs",
        "contextMenus",
        "cookies",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_security_policy": {
        "extension_page": "script-src 'self' 'wasm-unsafe-eval'"
    },
    "icons": {
        "128": "images\/128x128.png",
        "16": "images\/16x16.png",
        "24": "images\/24x24.png",
        "32": "images\/32x32.png",
        "48": "images\/48x48.png",
        "64": "images\/64x64.png"
    },
    "action": {
        "default_title": "Web Clipper",
        "default_icon": {
            "128": "images\/128x128.png",
            "16": "images\/16x16.png",
            "48": "images\/48x48.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "css": [
                "css\/nimbus.css",
                "css\/style.css",
                "css\/jquery-ui.css",
                "css\/nimbusTreeMenu.css"
            ],
            "js": [
                "js\/_external\/jquery-3.3.1.min.js",
                "js\/_external\/jquery.hotkeys.js",
                "js\/_external\/jquery-ui.min.js",
                "js\/_external\/async.js",
                "js\/setup.js",
                "js\/core.js",
                "js\/MessageConstants.js",
                "js\/content_scripts\/Speaker.js",
                "js\/content_scripts\/Listener.js",
                "js\/content_scripts\/dropdown.js",
                "js\/content_scripts\/Article.js",
                "js\/content_scripts\/alertManager.js",
                "js\/adapters\/defaultMeasureFrameAdapter.js",
                "js\/adapters\/docsGoogleMeasureFrameAdapter.js",
                "js\/adapters\/factory.js",
                "js\/content_scripts\/messenger.js",
                "js\/content_scripts\/DOMParser.js",
                "js\/content_scripts\/htmlparser\/Readability.js",
                "js\/content_scripts\/htmlparser\/mercury.web.js",
                "js\/content_scripts\/htmlparser\/content_clone.js",
                "js\/content_scripts\/htmlparser\/specificity.js",
                "js\/content_scripts\/htmlparser\/cssparser.js",
                "js\/content_scripts\/htmlparser\/misc.js",
                "js\/content_scripts\/htmlparser\/preparer.js",
                "js\/content_scripts\/htmlparser\/parser.js",
                "js\/content_scripts\/htmlparser\/article.js",
                "js\/content_scripts\/htmlparser\/modules\/mail_classes.js",
                "js\/content_scripts\/htmlparser\/modules\/rawfiles.js",
                "js\/content_scripts\/htmlparser\/modules\/gmail.js",
                "js\/content_scripts\/htmlparser\/modules\/yandexmail.js",
                "js\/content_scripts\/htmlparser\/modules\/livemail.js",
                "js\/content_scripts\/htmlparser\/modules\/facebook.js",
                "js\/content_scripts\/htmlparser\/modules\/youtube.js",
                "js\/content_scripts\/htmlparser\/modules\/mailru.js",
                "js\/content_scripts\/htmlparser\/modules\/outlook.js",
                "js\/content_scripts\/htmlparser\/modules\/yahoo.js",
                "js\/content_scripts\/htmlparser\/modules\/mail_prepare.js",
                "js\/content_scripts\/htmlparser\/modules\/amazon.js",
                "js\/content_scripts\/htmlparser\/modules\/linkedin.js",
                "js\/content_scripts\/htmlparser\/modules\/imdb.js",
                "js\/content_scripts\/htmlparser\/modules\/kinopoisk.js",
                "js\/content_scripts\/htmlparser\/modules\/arxiv.js",
                "js\/content_scripts\/htmlparser\/photoclip.js",
                "js\/content_scripts\/htmlparser\/cssinliner.js",
                "js\/content_scripts\/mime.js",
                "js\/content_scripts\/notify.js",
                "js\/content_scripts\/screenmaker.js",
                "js\/content_scripts\/hotkeys.js",
                "js\/content_scripts\/nimbus.js",
                "js\/content_scripts\/pageHelper.js",
                "js\/content_scripts\/imageHelper.js",
                "js\/content_scripts\/browserOverlay.js",
                "js\/content_scripts\/nimbusTreeMenu.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "js\/content_scripts\/everhelper.js"
            ],
            "matches": [
                "https:\/\/everhelper.me\/*",
                "https:\/\/sync.everhelper.me\/*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": true,
            "js": [
                "js\/content_scripts\/htmlparser\/tools_serialize.js",
                "js\/content_scripts\/htmlparser\/html_serialize.js",
                "js\/content_scripts\/htmlparser\/frame_clone.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "ftp:\/\/*\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/content_scripts\/inject.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "\/images\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "extension_ids": [],
            "use_dynamic_url": true
        }
    ],
    "options_page": ".\/options.html"
}