Kwik Note

Need a easy way to make notes? Kwik Note is a text box that follows you about the web, so you can make notes as you go!

什麼是Kwik Note?

Kwik Note是由Xanco開發的Chrome擴展程式,該擴展的主要功能是“Need a easy way to make notes? Kwik Note is a text box that follows you about the web, so you can make notes as you go!”。

擴展截圖

screenshot
screenshot

下載Kwik Note擴展crx文件

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

擴展使用說明

                        Need a convenient way to make notes whilst surfing the net? Then Kwik Note is the answer to your prayers!

Kwik Note is a way of making quick notes while browsing the internet. Kwik Note will save your notes, so next time you launch Chrome, your notes will be there, ready and waiting! You can quickly bring Kwik Note up by either right clicking and choosing "Kwik Window" or by clicking on the Kwik Note icon on the menu bar. You can move the Kwik window around with ease, simply drag it with your mouse.

More updates coming soon!

A big thank-you to icons8.com, for the icon.                    

擴展基本資訊

名稱 Kwik Note Kwik Note
ID gcnajomnpnepkhkgedflcnidlnnfbill
官方網址 https://chromewebstore.google.com/detail/kwik-note/gcnajomnpnepkhkgedflcnidlnnfbill
簡介 Need a easy way to make notes? Kwik Note is a text box that follows you about the web, so you can make notes as you go!
檔案大小 248 KB
安裝次數 339
目前版本 1.0.2.2
更新時間 2014-06-04
上架時間 2014-06-04
評分 4.17/5 共 6 次評分
開發者 Xanco
付費類型 free
說明頁面URL https://docs.google.com/forms/d/16M8LVnKATPG4HEgG5ibFDb7Ikve5A5p0kei1ZVGdS3Q/viewform
支援的語言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kwik Note",
    "description": "Need a easy way to make notes? Kwik Note is a text box that follows you about the web, so you can make notes as you go!",
    "version": "1.0.2.2",
    "permissions": [
        "contextMenus",
        "storage",
        "tabs"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "jquery-ui.js",
                "create.js"
            ],
            "css": [
                "theme.css"
            ]
        }
    ],
    "options_page": "options.html",
    "web_accessible_resources": [
        "cross.png"
    ]
}