Snap Note
A Chrome Extension in the form of a pop-up notepad with various functions
What is Snap Note?
Snap Note is a Chrome extension developed by Arthelon, and its main feature is "A Chrome Extension in the form of a pop-up notepad with various functions".
Extension Screenshots
Download Snap Note Extension CRX File
Download Snap Note extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Snap Note |
ID | bcddlnpbfpldhhgpjkoedhcnjchldcff |
Official URL | https://chromewebstore.google.com/detail/snap-note/bcddlnpbfpldhhgpjkoedhcnjchldcff |
Description | A Chrome Extension in the form of a pop-up notepad with various functions |
File Size | 277 KB |
Installation Count | 908 |
Current Version | 0.0.5 |
Last Updated | 2015-09-11 |
Publish Date | 2015-09-11 |
Rating | 3.91/5 Total 11 Ratings |
Developer | Arthelon |
[email protected] | |
Payment Type | free |
Help Page URL | https://github.com/Arthelon |
Supported Languages | 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" ] } |