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
官方網址 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
}