网页笔记

一个在网页上做笔记的扩展

What is 网页笔记?

网页笔记 is a Chrome extension developed by 佳木流泉, and its main feature is "一个在网页上做笔记的扩展".

Extension Screenshots

screenshot

Download 网页笔记 Extension CRX File

Download 网页笔记 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

                        一个在网页上做笔记的应用                    

Extension Basic Information

Name 网页笔记 网页笔记
ID lalologldniafndfmdelajhjieanhakm
Official URL https://chrome.google.com/webstore/detail/%E7%BD%91%E9%A1%B5%E7%AC%94%E8%AE%B0/lalologldniafndfmdelajhjieanhakm
Description 一个在网页上做笔记的扩展
File Size 28.17 KB
Installation Count 21
Current Version 1.0.0
Last Updated 2019-03-21
Publish Date 2019-03-16
Developer 佳木流泉
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u7f51\u9875\u7b14\u8bb0",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "\u4e00\u4e2a\u5728\u7f51\u9875\u4e0a\u505a\u7b14\u8bb0\u7684\u6269\u5c55",
    "browser_action": {
        "default_icon": "assets\/images\/icon128.png",
        "default_title": "\u7f51\u9875\u7b14\u8bb0",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "icons": {
        "32": "assets\/images\/icon32.png",
        "48": "assets\/images\/icon48.png",
        "64": "assets\/images\/icon64.png",
        "72": "assets\/images\/icon72.png",
        "96": "assets\/images\/icon96.png",
        "128": "assets\/images\/icon128.png"
    },
    "permissions": [
        "contextMenus",
        "",
        "webRequest",
        "storage",
        "unlimitedStorage"
    ],
    "web_accessible_resources": [
        "assets\/images\/icon32.png",
        "assets\/images\/icon48.png",
        "assets\/images\/icon64.png",
        "assets\/images\/icon72.png",
        "assets\/images\/icon96.png",
        "assets\/images\/icon128.png"
    ]
}