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