Super Quick Notes

Try this if you are looking for a super quick and super simple way to store and access your notes, TODOs, and reminders in Chrome.

什麼是Super Quick Notes?

Super Quick Notes是由Tilek Mamutov開發的Chrome擴展程式,該擴展的主要功能是“Try this if you are looking for a super quick and super simple way to store and access your notes, TODOs, and reminders in Chrome.”。

擴展截圖

screenshot

下載Super Quick Notes擴展crx文件

下載Super Quick Notes擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Are you looking for a super quick and super simple way to store and access your notes, TODOs, and reminders in Chrome? Try this extension that allows you to store your notes on your New Tab page.

Please note this extension is meant to be very simple and text formatting options such as making text bold, italic etc are removed on purpose.

This text editor is powered by Quill rich text editor.
If you are a web developer and want to create your own version of Quill text editor see: http://quilljs.com.                    

擴展基本資訊

名稱 Super Quick Notes Super Quick Notes
ID fojgjomfklhcldkiolieinholgmafcfm
官方網址 https://chrome.google.com/webstore/detail/super-quick-notes/fojgjomfklhcldkiolieinholgmafcfm
簡介 Try this if you are looking for a super quick and super simple way to store and access your notes, TODOs, and reminders in Chrome.
檔案大小 125 KB
安裝次數 218
目前版本 1.1.3
更新時間 2017-01-04
上架時間 2017-01-04
評分 4.43/5 共 7 次評分
開發者 Tilek Mamutov
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Super Quick Notes",
    "description": "Try this if you are looking for a super quick and super simple way to store and access your notes, TODOs, and reminders in Chrome.",
    "version": "1.1.3",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage"
    ]
}