Secret Notes
Keep notes and hide them by closing the chrome extension. Good for using when you need to access notes quickly
什麼是Secret Notes?
Secret Notes是由Nicholas Z.開發的Chrome擴展程式,該擴展的主要功能是“Keep notes and hide them by closing the chrome extension. Good for using when you need to access notes quickly”。
下載Secret Notes擴展crx文件
下載Secret Notes擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
名稱 | Secret Notes |
ID | hedimpoelhfnnnkhnbbdpaahkjenfppn |
官方網址 | https://chromewebstore.google.com/detail/secret-notes/hedimpoelhfnnnkhnbbdpaahkjenfppn |
簡介 | Keep notes and hide them by closing the chrome extension. Good for using when you need to access notes quickly |
檔案大小 | 39.12 KB |
安裝次數 | 173 |
目前版本 | 2.0 |
更新時間 | 2018-01-18 |
上架時間 | 2018-01-17 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Nicholas Z. |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Secret Notes", "short_name": "SecretNotes", "description": "Keep notes and hide them by closing the chrome extension. Good for using when you need to access notes quickly", "version": "2.0", "icons": { "128": "icon\/128.png", "48": "icon\/48.png" }, "browser_action": { "default_icon": "icon\/48.png", "default_popup": "popup.html" } } |