Milanote Web Clipper

Start planning your next great piece of work by collecting inspiration from around the web.

Milanote Web Clipper क्या है?

Milanote Web Clipper https://www.milanote.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Start planning your next great piece of work by collecting inspiration from around the web."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        The Milanote Web Clipper lets you instantly save text, images, links, video and more to your Milanote account.

When you're ready, log in to Milanote and organize your collection into beautiful visual boards. A Milanote account is free with no time limit.

"Milanote is the Evernote for creatives"
—Bryan Clark, The Next Web                    

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

नाम Milanote Web Clipper Milanote Web Clipper
ID mipimgcmndeggldjcbjfeogcpoafomhl
आधिकारिक URL https://chromewebstore.google.com/detail/milanote-web-clipper/mipimgcmndeggldjcbjfeogcpoafomhl
विवरण Start planning your next great piece of work by collecting inspiration from around the web.
फ़ाइल का आकार 2.51 MB
स्थापना संख्या 111,938
वर्तमान संस्करण 2.3.4
अंतिम अपडेट 2024-02-05
प्रकाशन तिथि 2020-06-10
रेटिंग 4.86/5 कुल 421 रेटिंग्स
डेवलपर https://www.milanote.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.milanote.com/
सहायता पृष्ठ URL http://help.milanote.com/
गोपनीयता नीति पृष्ठ URL https://www.milanote.com/legal/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Milanote Web Clipper",
    "short_name": "Milanote",
    "description": "Start planning your next great piece of work by collecting inspiration from around the web.",
    "version": "2.3.4",
    "author": "Milanote.com",
    "icons": {
        "16": "resources\/icons\/icon_16\/icon.png",
        "19": "resources\/icons\/icon_19\/icon.png",
        "32": "resources\/icons\/icon_16\/[email protected]",
        "38": "resources\/icons\/icon_19\/[email protected]",
        "40": "resources\/icons\/icon_40\/icon.png",
        "80": "resources\/icons\/icon_40\/[email protected]",
        "128": "resources\/icons\/icon_128\/icon.png",
        "256": "resources\/icons\/icon_128\/[email protected]"
    },
    "options_ui": {
        "page": "options.html"
    },
    "action": {
        "default_title": "Milanote"
    },
    "background": {
        "service_worker": "background.bundle.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/app.milanote.com\/*",
                "*:\/\/staging.milanote.com\/*",
                "*:\/\/test.milanote.com\/*",
                "*:\/\/v1.milanote.com\/*",
                "*:\/\/new.milanote.com\/*",
                "*:\/\/beta.milanote.com\/*",
                "*:\/\/localhost\/*"
            ],
            "match_about_blank": false,
            "css": [
                "css\/pinner.css",
                "css\/fonts.css"
            ],
            "js": [
                "pinner.bundle.js",
                "drawer.bundle.js",
                "icon.bundle.js"
            ]
        },
        {
            "matches": [
                "*:\/\/app.milanote.com\/*",
                "*:\/\/staging.milanote.com\/*",
                "*:\/\/v1.milanote.com\/*",
                "*:\/\/new.milanote.com\/*",
                "*:\/\/beta.milanote.com\/*",
                "*:\/\/test.milanote.com\/*"
            ],
            "js": [
                "restricted.bundle.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/app.milanote.com\/*",
            "*:\/\/staging.milanote.com\/*",
            "*:\/\/test.milanote.com\/*"
        ]
    },
    "permissions": [
        "scripting",
        "tabs",
        "activeTab",
        "identity",
        "storage",
        "contextMenus"
    ],
    "host_permissions": [
        "https:\/\/*.milanote.com\/",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "resources\/font\/*.*",
                "resources\/img\/*.*",
                "css\/drawer.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}