Notable

Sticky Notes and Note Taking Chrome Extension!

什么是Notable?

Notable是由Genuvo开发的Chrome扩展程序,该扩展的主要功能是“Sticky Notes and Note Taking Chrome Extension!”。

扩展截图

screenshot
screenshot

下载Notable扩展crx文件

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

扩展使用说明

                        Notable is a chrome extension that aids with note taking. It has three main features. First, it allows the user to create and write on sticky notes of different colors which automatically save and persist even if the device shuts down. Second, the extension lets the user write annotations directly on the web page once the draw button is pressed. Third, it has a screenshot button which captures the web page with the annotations on it in a png file.

Created by Neha Dalia and Sneha Jog                    

扩展基本信息

名称 Notable Notable
ID ckhhdfhcoijmbejbeigjcjdfflnmeeje
官方URL https://chromewebstore.google.com/detail/notable/ckhhdfhcoijmbejbeigjcjdfflnmeeje
简介 Sticky Notes and Note Taking Chrome Extension!
文件大小 711 KB
安装次数 733
当前版本 1.1
更新时间 2020-08-23
上架时间 2020-08-18
评分 4.50/5 共6次评分
开发者 Genuvo
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Notable",
    "version": "1.1",
    "description": "Sticky Notes and Note Taking Chrome Extension!",
    "permissions": [
        "tabs",
        "activeTab"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "48": "images\/logo.png",
            "128": "images\/logo128.png"
        }
    },
    "icons": {
        "48": "images\/logo.png",
        "128": "images\/logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/p5.js",
                "draw.js"
            ]
        }
    ],
    "manifest_version": 2
}