Luckynote

Luckynote web clipper

Luckynoteคืออะไร?

Luckynote เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://luckynote.io และคุณลักษณะหลักของมันคือ "Luckynote web clipper"

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Organize Notes, Bookmarks and Tasks with Luckynote.

Luckynote helps you collect and organize your notes, images, bookmarks, ideas and web content as a chat message. Everything in lucky note can be converted to a task or a to-do. Every note is a message to yourself.

Use web clipper for:
• Save bookmarks. Save a page for read later or a wishlist.
• Make tasks
• Make notes
• Save text
• Save images

Do more with Luckynote on web and mobile:
• Quick notes
• Favourite notes
• Browse and organize bookmarks
• Diary

Happy organizing!

Questions? Feedback? Please send an email to [email protected] or reach out on Twitter @LuckynoteHQ                    

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

ชื่อ Luckynote Luckynote
ID dgnamkhpffokcdhjnlebokmcgkkecncl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/luckynote/dgnamkhpffokcdhjnlebokmcgkkecncl
คำอธิบาย Luckynote web clipper
ขนาดไฟล์ 856 KB
จำนวนการติดตั้ง 80
เวอร์ชันปัจจุบัน 0.9.893
อัปเดตครั้งล่าสุด 2023-12-05
วันที่เผยแพร่ 2020-06-17
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://luckynote.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://luckynote.io/
URL หน้านโยบายความเป็นส่วนตัว https://luckynote.io/privacy
ภาษาที่รองรับ en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Luckynote web clipper",
    "version": "0.9.893",
    "manifest_version": 3,
    "name": "Luckynote",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "contextMenus",
        "tabs",
        "storage",
        "scripting",
        "notifications"
    ],
    "action": {
        "default_title": "Save to Luckynote",
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/api-js.mixpanel.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+L",
                "mac": "Command+Shift+L",
                "windows": "Ctrl+Shift+L",
                "chromeos": "Ctrl+Shift+L",
                "linux": "Ctrl+Shift+L"
            }
        }
    }
}