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 |
| 公式URL | 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 |
| Eメール | [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"
]
} | |