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
Eメール [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
}