Simple Quick Note
Simple extension for quick notes with a characters' counting feature
什麼是Simple Quick Note?
Simple Quick Note是由Roman Grinyov開發的Chrome擴展程式,該擴展的主要功能是“Simple extension for quick notes with a characters' counting feature”。
擴展截圖
下載Simple Quick Note擴展crx文件
下載Simple Quick Note擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension is intended for quick notes that will be stored and synchronized in all your desktop devices Source code: https://goo.gl/hoYFHG
擴展基本資訊
名稱 | Simple Quick Note |
ID | jiabjkckgapmaalmfbjdkcbkpiafnfga |
官方網址 | https://chromewebstore.google.com/detail/simple-quick-note/jiabjkckgapmaalmfbjdkcbkpiafnfga |
簡介 | Simple extension for quick notes with a characters' counting feature |
檔案大小 | 118 KB |
安裝次數 | 647 |
目前版本 | 1.3.12 |
更新時間 | 2023-11-20 |
上架時間 | 2018-08-16 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Roman Grinyov |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Quick Note", "description": "Simple extension for quick notes with a characters' counting feature", "version": "1.3.12", "icons": { "16": "img\/icons\/action-edit\/16x16.png", "48": "img\/icons\/action-edit\/48x48.png", "128": "img\/icons\/action-edit\/128x128.png" }, "browser_action": { "default_icon": { "16": "img\/icons\/action-edit\/16x16.png", "48": "img\/icons\/action-edit\/48x48.png", "128": "img\/icons\/action-edit\/128x128.png" }, "default_title": "Simple Quick Note", "default_popup": "html\/popup.html" }, "background": { "persistent": false, "scripts": [ "js\/common.js", "js\/events.js" ] }, "permissions": [ "storage" ], "options_ui": { "chrome_style": true, "page": "html\/options.html" } } |