LightNote

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

Was ist LightNote?

LightNote ist eine Chrome-Erweiterung, die von hite entwickelt wurde, und ihr Hauptmerkmal ist "LightNote 是一款在网页里标记重要信息,并支持收藏、评论、分类搜索管理的浏览器插件。(目前只支持 macOS 平台)".

Erweiterungsscreenshots

screenshot
screenshot

LightNote-Erweiterungs-CRX-Datei herunterladen

Laden Sie LightNote-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

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

Grundlegende Informationen zur Erweiterung

Name LightNote LightNote
ID pnbiblodffifencfkihokennkndpieag
Offizielle URL https://chromewebstore.google.com/detail/lightnote/pnbiblodffifencfkihokennkndpieag
Beschreibung LightNote 是一款在网页里标记重要信息,并支持收藏、评论、分类搜索管理的浏览器插件。(目前只支持 macOS 平台)
Dateigröße 30.07 KB
Installationsanzahl 12
Aktuelle Version 1.0.3.2
Letztes Update 2021-01-10
Veröffentlichungsdatum 2021-01-10
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler hite
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://hite.me/
Hilfeseite URL http://hite.me/?page_id=18
Unterstützte Sprachen 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
}