Patchwork

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

Patchworkคืออะไร?

Patchwork เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Patchwork และคุณลักษณะหลักของมันคือ "Collect and organize bits of information from the web into into beautiful, thematic collections."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Patchwork

ดาวน์โหลดไฟล์ส่วนขยาย 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 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\/*"
    ]
}