Patchwork
DMs for the Internet.
Patchwork क्या है?
Patchwork https://joinpatchwork.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "DMs for the Internet."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Patchwork एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Welcome to a better way of sharing on the web. It all starts with “a patch”. Think of a patch as an evolved hyperlink that can take you to a specific piece of information on a page, along with a note left behind by the sender. No more scrolling around to find a piece of information that a sender is referencing. Then, you can easily respond to patches with our in-browser chat window, so you never have to leave your workflow to conversate with friends or co-workers again. Trying to share a patch with someone without the extension? No problem. Just choose to email them your patch instead. Your patch will be sent to them along with an invite to join you on Patchwork. We strive to make sharing on the web faster and more fun than ever before. We hope you like patching as much as we do! :) Enjoy! -Patch Team
एक्सटेंशन की मूल जानकारी
नाम | Patchwork |
ID | ldchpoolcglfgbdokndjdcnmfcfngpba |
आधिकारिक URL | https://chromewebstore.google.com/detail/patchwork/ldchpoolcglfgbdokndjdcnmfcfngpba |
विवरण | DMs for the Internet. |
फ़ाइल का आकार | 188 KB |
स्थापना संख्या | 57 |
वर्तमान संस्करण | 0.6.3 |
अंतिम अपडेट | 2022-11-28 |
प्रकाशन तिथि | 2021-11-12 |
रेटिंग | 5.00/5 कुल 6 रेटिंग्स |
डेवलपर | https://joinpatchwork.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.joinpatchwork.com |
गोपनीयता नीति पृष्ठ URL | https://www.joinpatchwork.com/legal/privacy |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Patchwork", "description": "DMs for the Internet.", "version": "0.6.3", "background": { "service_worker": "build\/background.js" }, "icons": { "16": "assets\/icon.png", "32": "assets\/icon.png", "48": "assets\/icon.png", "128": "assets\/icon.png" }, "action": { "default_popup": "popup.html", "default_title": "Patchwork", "default_icon": { "16": "assets\/icon.png", "32": "assets\/icon.png", "48": "assets\/icon.png", "128": "assets\/icon.png" } }, "commands": { "share-selection": { "suggested_key": "Ctrl+Shift+Period", "description": "Share the current selection" } }, "permissions": [ "storage", "notifications", "contextMenus" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "exclude_matches": [ "https:\/\/patchwork.ngrok.io\/*", "https:\/\/app.joinpatchwork.com\/*" ], "css": [ "build\/patch.css" ], "js": [ "build\/script.js" ] } ], "manifest_version": 3, "web_accessible_resources": [ { "resources": [ "index.html", "patch.html" ], "matches": [ "https:\/\/*\/*", "http:\/\/localhost:3000\/*" ] } ], "externally_connectable": { "matches": [ "http:\/\/localhost:3000\/*", "https:\/\/*.joinpatchwork.com\/*" ] } } |