Simple Notetaking

Just a simple plugin to take notes directly in your browser.

什么是Simple Notetaking?

Simple Notetaking是由Rafael Almeida开发的Chrome扩展程序,该扩展的主要功能是“Just a simple plugin to take notes directly in your browser.”。

扩展截图

screenshot

下载Simple Notetaking扩展crx文件

下载Simple Notetaking扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 Simple Notetaking Simple Notetaking
ID mkpcjcpfmgbnbnjjpkdlndjaaenbegpm
官方URL https://chromewebstore.google.com/detail/simple-notetaking/mkpcjcpfmgbnbnjjpkdlndjaaenbegpm
简介 Just a simple plugin to take notes directly in your browser.
文件大小 40.92 KB
安装次数 139
当前版本 1.0.0
更新时间 2016-02-09
上架时间 2016-02-09
评分 5.00/5 共1次评分
开发者 Rafael Almeida
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Notetaking",
    "description": "Just a simple plugin to take notes directly in your browser.",
    "version": "1.0.0",
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "48": "icons\/48x48.png",
            "128": "icons\/128x128.png"
        },
        "default_title": "Simple Notetaking",
        "default_popup": "views\/popup.html"
    },
    "permissions": [
        "storage"
    ]
}