LightNote

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

Wat is LightNote?

LightNote is een Chrome-extensie ontwikkeld door hite, en de belangrijkste functie is "LightNote 是一款在网页里标记重要信息,并支持收藏、评论、分类搜索管理的浏览器插件。(目前只支持 macOS 平台)".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie LightNote

Download LightNote-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

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

Basisinformatie over de Extensie

Naam LightNote LightNote
ID pnbiblodffifencfkihokennkndpieag
Officiële URL https://chromewebstore.google.com/detail/lightnote/pnbiblodffifencfkihokennkndpieag
Beschrijving LightNote 是一款在网页里标记重要信息,并支持收藏、评论、分类搜索管理的浏览器插件。(目前只支持 macOS 平台)
Bestandsgrootte 30.07 KB
Aantal Installaties 12
Huidige Versie 1.0.3.2
Laatst Bijgewerkt 2021-01-10
Publicatiedatum 2021-01-10
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar hite
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://hite.me/
Help Pagina-URL http://hite.me/?page_id=18
Ondersteunde Talen 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
}