Luckynote

Luckynote web clipper

什么是Luckynote?

Luckynote是由https://luckynote.io开发的Chrome扩展程序,该扩展的主要功能是“Luckynote web clipper”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下载Luckynote扩展crx文件

下载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"
            }
        }
    }
}