Papercuts

Save all of your notes and memos in your browser. Easy to organize, copy, paste and sync between computers.

Papercutsคืออะไร?

Papercuts เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.chromeshark.com และคุณลักษณะหลักของมันคือ "Save all of your notes and memos in your browser. Easy to organize, copy, paste and sync between computers."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Papercuts ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        No more need for paper by your computer, now you can store notes inside your browser!

Papercuts is a simple to use and versatile note keeping extension which can help you fill out forms more quickly.

- Store unlimited, multiline notes with labels.
- Add selected text to your notes from the context menu.
- Paste notes into form fields from the popup, context menu or keyboard shortcuts.
- Tabs to organize notes into multiple pages.
- Customization options with adjustable width and color picker.
- Instantly search for text across all of your notes.
- Share notes between computers with Chrome sync.

Papercuts is a free and safe extension to store notes inside Chrome, with no ads or tracking. See Options, Help after installing for tips on getting started.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Papercuts Papercuts
ID kjodbaafiacnpklaepiaplhbbiomipmc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/papercuts/kjodbaafiacnpklaepiaplhbbiomipmc
คำอธิบาย Save all of your notes and memos in your browser. Easy to organize, copy, paste and sync between computers.
ขนาดไฟล์ 89.28 KB
จำนวนการติดตั้ง 4,874
เวอร์ชันปัจจุบัน 6.0.0
อัปเดตครั้งล่าสุด 2023-09-19
วันที่เผยแพร่ 2020-04-27
คะแนน 4.31/5 รวมทั้งหมด 102 คะแนน
ผู้พัฒนา https://www.chromeshark.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.chromeshark.com/papercuts/
URL หน้าช่วยเหลือ http://www.chromeshark.com/papercuts/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Papercuts",
    "description": "Save all of your notes and memos in your browser. Easy to organize, copy, paste and sync between computers.",
    "version": "6.0.0",
    "manifest_version": 3,
    "options_page": "options.html",
    "background": {
        "service_worker": "js\/script_service_papercuts.js"
    },
    "minimum_chrome_version": "90.0.0",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "action": {
        "default_icon": "papercuts_icon_19.png",
        "default_popup": "action.html"
    },
    "commands": {
        "paste1": {
            "suggested_key": {
                "default": "Alt+1"
            },
            "description": "Paste Shortcut 1"
        },
        "paste2": {
            "suggested_key": {
                "default": "Alt+2"
            },
            "description": "Paste Shortcut 2"
        },
        "paste3": {
            "suggested_key": {
                "default": "Alt+3"
            },
            "description": "Paste Shortcut 3"
        },
        "paste4": {
            "suggested_key": {
                "default": "Alt+4"
            },
            "description": "Paste Shortcut 4"
        },
        "paste5": {
            "description": "Paste Shortcut 5"
        },
        "paste6": {
            "description": "Paste Shortcut 6"
        },
        "paste7": {
            "description": "Paste Shortcut 7"
        },
        "paste8": {
            "description": "Paste Shortcut 8"
        },
        "paste9": {
            "description": "Paste Shortcut 9"
        },
        "pastea10": {
            "description": "Paste Shortcut 10"
        },
        "pastea11": {
            "description": "Paste Shortcut 11"
        },
        "pastea12": {
            "description": "Paste Shortcut 12"
        },
        "pastea13": {
            "description": "Paste Shortcut 13"
        },
        "pastea14": {
            "description": "Paste Shortcut 14"
        },
        "pastea15": {
            "description": "Paste Shortcut 15"
        }
    },
    "icons": {
        "16": "papercuts_icon_16.png",
        "48": "papercuts_icon_48.png",
        "128": "papercuts_icon_128.png"
    },
    "permissions": [
        "activeTab",
        "bookmarks",
        "contextMenus",
        "storage",
        "scripting"
    ]
}