Quick Notes

Make and access notes quickly, at the launch of a new tab.

Quick Notesとは何ですか?

Quick Notesはsagar0907によって開発されたChromeの拡張機能で、その主な機能は「Make and access notes quickly, at the launch of a new tab.」です。

拡張機能のスクリーンショット

screenshot

Quick Notes拡張機能のCRXファイルをダウンロード

Quick Notes拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Quick Notes lets you make notes on the fly which are accessible at the launch a new tab.
It helps you organise your notes and colour code them as you please. It lets you add rich formatted text, images and links. Also drag and drop pretty much any thing you find interesting while you browse the internet.
You can contribute at https://github.com/sagar0907/quickNotes. Feature requests are welcome.                    

拡張機能の基本情報

名前 Quick Notes Quick Notes
ID igjmkejolekkpjnaeknjgaghhlhhekle
公式URL https://chromewebstore.google.com/detail/quick-notes/igjmkejolekkpjnaeknjgaghhlhhekle
説明 Make and access notes quickly, at the launch of a new tab.
ファイルサイズ 1.03 MB
インストール数 1,883
現在のバージョン 0.0.1.5
最終更新日 2019-03-08
公開日 2019-03-08
評価 4.00/5 合計 9 レビュー
開発者 sagar0907
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quick Notes",
    "short_name": "Quick Notes",
    "description": "Make and access notes quickly, at the launch of a new tab.",
    "version": "0.0.1.5",
    "browser_action": {
        "default_icon": "images\/Quick_Note_Icon_48.png",
        "default_title": "Quick Notes"
    },
    "icons": {
        "16": "images\/Quick_Note_Icon_16.png",
        "48": "images\/Quick_Note_Icon_48.png",
        "128": "images\/Quick_Note_Icon_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "html\/newtab.html"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "background",
        "contextMenus",
        "storage",
        "clipboardRead",
        "clipboardWrite"
    ],
    "background": {
        "page": "html\/background.html",
        "persistent": true
    }
}