Flash Note
This extension allows you to write small notes in your browser.
什麼是Flash Note?
Flash Note是由Fat Cattitude, LLC開發的Chrome擴展程式,該擴展的主要功能是“This extension allows you to write small notes in your browser.”。
擴展截圖
下載Flash Note擴展crx文件
下載Flash Note擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension allows you to take quick notes right from your browser. Notes are synced to your Google account.
擴展基本資訊
名稱 | Flash Note |
ID | cbpmbifffiggcmoipaafjmkmmjicojfl |
官方網址 | https://chromewebstore.google.com/detail/flash-note/cbpmbifffiggcmoipaafjmkmmjicojfl |
簡介 | This extension allows you to write small notes in your browser. |
檔案大小 | 849 KB |
安裝次數 | 67 |
目前版本 | 0.0.0.7 |
更新時間 | 2023-05-30 |
上架時間 | 2018-06-21 |
開發者 | Fat Cattitude, LLC |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Flash Note", "description": "This extension allows you to write small notes in your browser.", "version": "0.0.0.7", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "storage" ] } |