Workflowy Web Clipper

Workflowy Web Clipper brings the full power of Workflowy's fractal notes directly into a web clipper. You can quickly capture notes…

Workflowy Web Clipperคืออะไร?

Workflowy Web Clipper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://workflowy.com และคุณลักษณะหลักของมันคือ "Workflowy Web Clipper brings the full power of Workflowy's fractal notes directly into a web clipper. You can quickly capture notes…"

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

screenshot
screenshot
screenshot

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

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

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

                        Workflowy Web Clipper brings the full power of Workflowy's fractal notes directly into a web clipper. You can quickly capture notes to any place in your Workflowy account, then take notes, re-organize, without leaving the context of the page you are working on.

Features
- Copy insert links into any place in your workflowy
- Automatically includes selected text
- Let's you immediately jot down your thoughts, re-organize, go deeper while the content is still fresh in your mind                    

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

ชื่อ Workflowy Web Clipper Workflowy Web Clipper
ID jgapgnoonjgchibeajphaejhabcnklbn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/workflowy-web-clipper/jgapgnoonjgchibeajphaejhabcnklbn
คำอธิบาย Workflowy Web Clipper brings the full power of Workflowy's fractal notes directly into a web clipper. You can quickly capture notes…
ขนาดไฟล์ 27.15 MB
จำนวนการติดตั้ง 6,693
เวอร์ชันปัจจุบัน 1.8.7
อัปเดตครั้งล่าสุด 2023-06-25
วันที่เผยแพร่ 2020-07-04
คะแนน 3.94/5 รวมทั้งหมด 17 คะแนน
ผู้พัฒนา https://workflowy.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://workflowy.com
URL หน้าช่วยเหลือ https://workflowy.zendesk.com
URL หน้านโยบายความเป็นส่วนตัว https://workflowy.com/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Workflowy Web Clipper",
    "version": "1.8.7",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "http:\/\/workflowy.com\/",
        "https:\/\/workflowy.com\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.recaptcha.net https:\/\/www.gstatic.com; object-src 'self'",
    "commands": {
        "clip-here": {
            "suggested_key": {
                "windows": "Ctrl+Shift+S",
                "mac": "Command+Shift+S",
                "chromeos": "Ctrl+Shift+S",
                "linux": "Ctrl+Shift+S"
            },
            "description": "Clip the current page here"
        },
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y",
                "chromeos": "Ctrl+Shift+Y",
                "linux": "Ctrl+Shift+Y"
            }
        }
    },
    "icons": {
        "16": "media\/i\/icon-16.png",
        "48": "media\/i\/icon-48.png",
        "128": "media\/i\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "media\/i\/icon-152x152.png",
        "default_popup": "index.html?chrome_extension=true",
        "default_title": "Workflowy web clipper"
    }
}