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 |
官方網址 | 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\/*" ] } |