Take a note
This extension will let you take a simple note in Chrome.
什麼是Take a note?
Take a note是由omgmog開發的Chrome擴展程式,該擴展的主要功能是“This extension will let you take a simple note in Chrome.”。
擴展截圖
下載Take a note擴展crx文件
下載Take a note擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A simple extension that lets you take a note in chrome. The note will persist until you press the 'Clear' button.
擴展基本資訊
名稱 | Take a note |
ID | kfiafdpdemicicjnfadpklcolhjghggp |
官方網址 | https://chromewebstore.google.com/detail/take-a-note/kfiafdpdemicicjnfadpklcolhjghggp |
簡介 | This extension will let you take a simple note in Chrome. |
檔案大小 | 15.07 KB |
安裝次數 | 682 |
目前版本 | 1.1 |
更新時間 | 2013-09-30 |
上架時間 | 2013-09-30 |
評分 | 4.80/5 共 5 次評分 |
開發者 | omgmog |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://omgmog.net |
支援的語言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Take a note", "description": "This extension will let you take a simple note in Chrome.", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self'; object-src 'self'" } |