Snap Note
A Chrome Extension in the form of a pop-up notepad with various functions
什麼是Snap Note?
Snap Note是由Arthelon開發的Chrome擴展程式,該擴展的主要功能是“A Chrome Extension in the form of a pop-up notepad with various functions”。
擴展截圖
下載Snap Note擴展crx文件
下載Snap Note擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A Chrome Extension in the form of a pop-up notepad with various functions.
IMPORTANT :
Press the "Enter" key to toggle the note renaming function. Click once on any notepad and begin typing. 擴展基本資訊
| 名稱 | |
| ID | bcddlnpbfpldhhgpjkoedhcnjchldcff |
| 官方網址 | https://chromewebstore.google.com/detail/snap-note/bcddlnpbfpldhhgpjkoedhcnjchldcff |
| 簡介 | A Chrome Extension in the form of a pop-up notepad with various functions |
| 檔案大小 | 277 KB |
| 安裝次數 | 908 |
| 目前版本 | 0.0.5 |
| 更新時間 | 2015-09-11 |
| 上架時間 | 2015-09-11 |
| 評分 | 3.91/5 共 11 次評分 |
| 開發者 | Arthelon |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 說明頁面URL | https://github.com/Arthelon |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Snap Note",
"version": "0.0.5",
"manifest_version": 2,
"description": "A Chrome Extension in the form of a pop-up notepad with various functions",
"author": "Daniel Hsing",
"offline_enabled": true,
"background": {
"scripts": [
"js\/background.js"
]
},
"icons": {
"32": "images\/note-32.png",
"48": "images\/note-48.png",
"128": "images\/note-128.png"
},
"browser_action": {
"default_icon": "images\/note-128.png",
"default_title": "Snap Note",
"default_popup": "index.html"
},
"permissions": [
"unlimitedStorage"
],
"web_accessible_resources": [
"index.html",
"js\/popup.js"
]
} | |