Spade: Draw on and Annotate the Web & PDFs

Draw out your ideas, notes, and thoughts anywhere and save them for later with Spade.

Spade: Draw on and Annotate the Web & PDFsคืออะไร?

Spade: Draw on and Annotate the Web & PDFs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://spade.tools และคุณลักษณะหลักของมันคือ "Draw out your ideas, notes, and thoughts anywhere and save them for later with Spade."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Spade: Draw on and Annotate the Web & PDFs

ดาวน์โหลดไฟล์ส่วนขยาย Spade: Draw on and Annotate the Web & PDFs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        ★ What Spade Does
Spade puts a powerful toolbar on every webpage that allows you to draw anywhere and mark down important information with a pen, highlighter, and text box. Your imagination can flow uninterrupted on webpages, allowing you to connect your thoughts without having to jot down notes elsewhere. These annotations are saved to the cloud and can be organized into folders on our website. Download annotated web pages as PDFs and share them with with others to help them understand your thought processes. *Everything is FREE to use!*

(*) = Login required
★ Spade’s Tools
> Pen (w/ shape detection)
> Highlight
> Textboxes
> Edit Tool (Move and resize annotations)
> Keyboard shortcuts to switch tools, undo, and redo
> Color, font size, and font change

★ Spade’s Features 
> Save annotations to the cloud (*)
> Organize annotations into folders (*)
> Annotate PDFs by uploading them to our site (*)
> Export annotations to PDF (*)
> Draw on touchscreen / mobile devices!

★ Our Mission
Stop surfing the web — it’s not a one way street. Instead of being observers on the web, fully interact with it. We want to deliver you a personalized web experience by giving you the ability to capture, record, and share your ideas, notes, and thoughts across the web.

We’d love to have your input! Email us at [email protected] with any feedback you might have!                    

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

ชื่อ Spade: Draw on and Annotate the Web & PDFs Spade: Draw on and Annotate the Web & PDFs
ID kamhfnamfpipghhnbaolbgemgnafkejo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/spade-draw-on-and-annotat/kamhfnamfpipghhnbaolbgemgnafkejo
คำอธิบาย Draw out your ideas, notes, and thoughts anywhere and save them for later with Spade.
ขนาดไฟล์ 3.42 MB
จำนวนการติดตั้ง 3,828
เวอร์ชันปัจจุบัน 4.0.2
อัปเดตครั้งล่าสุด 2024-01-18
วันที่เผยแพร่ 2021-07-18
คะแนน 3.80/5 รวมทั้งหมด 30 คะแนน
ผู้พัฒนา https://spade.tools
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://spade.tools
URL หน้าช่วยเหลือ https://spade.tools/report-a-bug
URL หน้านโยบายความเป็นส่วนตัว https://spade.tools/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Spade: Draw on and Annotate the Web & PDFs",
    "description": "Draw out your ideas, notes, and thoughts anywhere and save them for later with Spade.",
    "version": "4.0.2",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "js": [
                "libraries\/p5.min.js",
                "libraries\/jquery.js",
                "libraries\/jspdf.min.js",
                "libraries\/curve_calc.min.js",
                "js\/tutorial.js",
                "js\/variables.js",
                "js\/api.js",
                "js\/utils.js",
                "js\/tools.js",
                "js\/draw.js",
                "js\/main.js",
                "js\/ui.js",
                "js\/listener.js"
            ],
            "css": [
                "css\/icons.css",
                "css\/index.css",
                "css\/popup.css",
                "css\/tutorial.css"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "16": "logos\/128.png",
        "48": "logos\/128.png",
        "128": "logos\/128.png"
    },
    "action": {
        "default_icon": "logos\/spade_handle_transparent_small.png",
        "default_popup": "popup\/settings.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "webfonts\/*",
                "logos\/*"
            ],
            "matches": [
                ""
            ],
            "extension_ids": [
                "kamhfnamfpipghhnbaolbgemgnafkejo"
            ]
        }
    ]
}