Simple Notetaking
Just a simple plugin to take notes directly in your browser.
什麼是Simple Notetaking?
Simple Notetaking是由Rafael Almeida開發的Chrome擴展程式,該擴展的主要功能是“Just a simple plugin to take notes directly in your browser.”。
擴展截圖
下載Simple Notetaking擴展crx文件
下載Simple Notetaking擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
名稱 | Simple Notetaking |
ID | mkpcjcpfmgbnbnjjpkdlndjaaenbegpm |
官方網址 | https://chromewebstore.google.com/detail/simple-notetaking/mkpcjcpfmgbnbnjjpkdlndjaaenbegpm |
簡介 | Just a simple plugin to take notes directly in your browser. |
檔案大小 | 40.92 KB |
安裝次數 | 139 |
目前版本 | 1.0.0 |
更新時間 | 2016-02-09 |
上架時間 | 2016-02-09 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Rafael Almeida |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Notetaking", "description": "Just a simple plugin to take notes directly in your browser.", "version": "1.0.0", "icons": { "16": "icons\/16x16.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "default_title": "Simple Notetaking", "default_popup": "views\/popup.html" }, "permissions": [ "storage" ] } |