Pop-up Notes

Simple and easy quick notes.

什麼是Pop-up Notes?

Pop-up Notes是由Leon Tuček開發的Chrome擴展程式,該擴展的主要功能是“Simple and easy quick notes.”。

擴展截圖

screenshot

下載Pop-up Notes擴展crx文件

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

擴展使用說明

                        Simple and easy quick notes. Write and read your notes in your browser with Pop-up Notes Extension. Customize font, font color, background color, lines color.                    

擴展基本資訊

名稱 Pop-up Notes Pop-up Notes
ID akdcjhfcjkncbgibooldjcfinlepdbgf
官方網址 https://chrome.google.com/webstore/detail/pop-up-notes/akdcjhfcjkncbgibooldjcfinlepdbgf
簡介 Simple and easy quick notes.
檔案大小 25.56 KB
安裝次數 214
目前版本 1.0
更新時間 2015-04-01
上架時間 2015-04-01
評分 4.00/5 共 3 次評分
開發者 Leon Tuček
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pop-up Notes",
    "options_page": "options.html",
    "description": "Simple and easy quick notes.",
    "icons": {
        "128": "images\/notes-128x128.png",
        "16": "images\/notes-16x16.png",
        "48": "images\/notes-48x48.png"
    },
    "version": "1.0",
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}