Patchwork

Collect and organize bits of information from the web into into beautiful, thematic collections.

Patchwork क्या है?

Patchwork Patchwork द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Collect and organize bits of information from the web into into beautiful, thematic collections."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Patchwork allows you to save online content to your very own corner of the web. You can easily save "Patches" of content, including pictures, videos, audio, web sites and text notes to your own "Patchworks".

You can populate your Patchworks however you see fit, make them public for others to see, and even collaborate on a Patchwork with your friends and colleagues.

Saving content is easy, you can either click on the extension icon and select which Patchwork to save to, or do so via the right-click menu.

Come and create your own curated corner of the web with Patchwork.                    

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

नाम Patchwork Patchwork
ID pclkhkikkljaldmcpngkejdondbldpdf
आधिकारिक URL https://chromewebstore.google.com/detail/patchwork/pclkhkikkljaldmcpngkejdondbldpdf
विवरण Collect and organize bits of information from the web into into beautiful, thematic collections.
फ़ाइल का आकार 328 KB
स्थापना संख्या 105
वर्तमान संस्करण 1.0.6
अंतिम अपडेट 2023-10-31
प्रकाशन तिथि 2021-01-21
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर Patchwork
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://patchworkapp.com
गोपनीयता नीति पृष्ठ URL https://patchworkapp.com/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Patchwork",
    "version": "1.0.6",
    "description": "Collect and organize bits of information from the web into into beautiful, thematic collections.",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon-16.png",
            "24": "icon-24.png",
            "32": "icon-32.png"
        },
        "default_title": "Patchwork"
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.patchworkapp.com\/*"
    ]
}