Chrome Note

A handy way to keep notes while you browse the web

什麼是Chrome Note?

Chrome Note是由gazza7205開發的Chrome擴展程式,該擴展的主要功能是“A handy way to keep notes while you browse the web”。

擴展截圖

screenshot

下載Chrome Note擴展crx文件

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

擴展使用說明

                        This is a basic note taking application.

I wanted something to keep notes while on the web and I wanted to take a stab at building a Chrome app. It is extremely basic and that was my intention.

There are some improvements I'd like to make and will be doing so over time.

I'll be putting this on GitHub soon too so you can fork/laugh at it :)                    

擴展基本資訊

名稱 Chrome Note Chrome Note
ID aockhgcalnpkacmmbabpenflbdikonmg
官方網址 https://chromewebstore.google.com/detail/chrome-note/aockhgcalnpkacmmbabpenflbdikonmg
簡介 A handy way to keep notes while you browse the web
檔案大小 86.14 KB
安裝次數 1,069
目前版本 1.1
更新時間 2015-07-26
上架時間 2015-07-26
評分 5.00/5 共 1 次評分
開發者 gazza7205
付費類型 free
支援的語言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chrome Note",
    "description": "A handy way to keep notes while you browse the web",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "app\/index.html"
    },
    "permissions": [
        "activeTab"
    ]
}