LightNote

LightNote 是一款在网页里标记重要信息,并支持收藏、评论、分类搜索管理的浏览器插件。(目前只支持 macOS 平台)

What is LightNote?

LightNote is a Chrome extension developed by hite, and its main feature is "LightNote 是一款在网页里标记重要信息,并支持收藏、评论、分类搜索管理的浏览器插件。(目前只支持 macOS 平台)".

Extension Screenshots

screenshot
screenshot

Download LightNote Extension CRX File

Download LightNote extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        LightNote  一款互联网记号笔。当你在浏览网页遇到重要资料时,它帮助你选中文字后一键保存到云端;同时支持你在收藏时添加自己独到的评论,以及为它分类,方便后续整理、查询。

LightNote 的服务是免费、简单易用。LightNote 的用户前端是 Chrome 插件,用来收集资料、评论,后端的数据保存在你私人 iCloud Driver(没有占有你的图片 iCloud 空间),没有经过开发者和第三方服务,所以你收集的资料绝对隐私安全,而且不会丢失(只要你开启的 iCloud Driver 服务)。
【重要提示:目前仅仅支持 macOS平台,为了使用你还需要下 macOS 11.0 BigSur 平台上的同名 App—— LightNote】                    

Extension Basic Information

Name LightNote LightNote
ID pnbiblodffifencfkihokennkndpieag
Official URL https://chromewebstore.google.com/detail/lightnote/pnbiblodffifencfkihokennkndpieag
Description LightNote 是一款在网页里标记重要信息,并支持收藏、评论、分类搜索管理的浏览器插件。(目前只支持 macOS 平台)
File Size 30.07 KB
Installation Count 12
Current Version 1.0.3.2
Last Updated 2021-01-10
Publish Date 2021-01-10
Rating 5.00/5 Total 1 Ratings
Developer hite
Email [email protected]
Payment Type free
Extension Website http://hite.me/
Help Page URL http://hite.me/?page_id=18
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LightNote",
    "version": "1.0.3.2",
    "author": "hite",
    "description": "LightNote \u662f\u4e00\u6b3e\u5728\u7f51\u9875\u91cc\u6807\u8bb0\u91cd\u8981\u4fe1\u606f\uff0c\u5e76\u652f\u6301\u6536\u85cf\u3001\u8bc4\u8bba\u3001\u5206\u7c7b\u641c\u7d22\u7ba1\u7406\u7684\u6d4f\u89c8\u5668\u63d2\u4ef6\u3002\uff08\u76ee\u524d\u53ea\u652f\u6301 macOS \u5e73\u53f0\uff09",
    "permissions": [],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js",
                "toolTips.js"
            ],
            "css": [
                "toolTips.css"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/toolbar-icon-16.png",
            "32": "images\/toolbar-icon-32.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        }
    },
    "icons": {
        "16": "images\/toolbar-icon-16.png",
        "32": "images\/toolbar-icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "manifest_version": 2
}