在线笔记

随时记录创意与想法,简单好用的网页笔记插件。

What is 在线笔记?

在线笔记 is a Chrome extension developed by adsaferz, 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 nacfmheedfnbnbphgpldndippccfgjmi
Official URL https://chromewebstore.google.com/detail/%E5%9C%A8%E7%BA%BF%E7%AC%94%E8%AE%B0/nacfmheedfnbnbphgpldndippccfgjmi
Description 随时记录创意与想法,简单好用的网页笔记插件。
File Size 1.04 MB
Installation Count 471
Current Version 2.1.6
Last Updated 2017-05-26
Publish Date 2017-05-26
Developer adsaferz
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "zh_CN",
    "version": "2.1.6",
    "icons": {
        "16": "img\/annopad_16x16.png",
        "48": "img\/annopad_48x48.png",
        "128": "img\/annopad_128x128.png"
    },
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/md5.js",
            "js\/background.js",
            "js\/menu.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "unlimitedStorage",
        "management"
    ],
    "browser_action": {
        "default_icon": "img\/icon322.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/content.js"
            ]
        }
    ]
}