Patchwork
Collect and organize bits of information from the web into into beautiful, thematic collections.
Patchworkとは何ですか?
PatchworkはPatchworkによって開発されたChromeの拡張機能で、その主な機能は「Collect and organize bits of information from the web into into beautiful, thematic collections.」です。
拡張機能のスクリーンショット
Patchwork拡張機能のCRXファイルをダウンロード
Patchwork拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 |
Eメール | [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\/*" ] } |