Note Board Sticky Notes
Simple and very light weight extension,it remind your works or tasks.
什麼是Note Board Sticky Notes?
Note Board Sticky Notes是由Krishna開發的Chrome擴展程式,該擴展的主要功能是“Simple and very light weight extension,it remind your works or tasks.”。
擴展截圖
下載Note Board Sticky Notes擴展crx文件
下載Note Board Sticky Notes擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
It is very easy to handle and save your valuable points and remember your tasks on it Our features: - Save Notes...! - Right click to add text in popup
擴展基本資訊
名稱 | Note Board Sticky Notes |
ID | aiichcjobjkafoiaapgoleibkogafemj |
官方網址 | https://chromewebstore.google.com/detail/note-board-sticky-notes/aiichcjobjkafoiaapgoleibkogafemj |
簡介 | Simple and very light weight extension,it remind your works or tasks. |
檔案大小 | 69.72 KB |
安裝次數 | 332 |
目前版本 | 1.0 |
更新時間 | 2020-12-10 |
上架時間 | 2020-12-09 |
評分 | 4.50/5 共 4 次評分 |
開發者 | Krishna |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.krishnamurthy.me/ |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Note Board Sticky Notes", "version": "1.0", "description": "Simple and very light weight extension,it remind your works or tasks.", "permissions": [ "storage", "notifications", "contextMenus", "unlimitedStorage" ], "browser_action": { "default_icon": "icons\/16.png", "default_title": "Click Me Here", "default_popup": "\/popup.html" }, "background": { "scripts": [ "\/scripts\/eventPage.js" ], "persistent": false }, "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" } } |