Browser Notes
Take and save notes, which change depending on the page you're viewing.
What is Browser Notes?
Browser Notes is a Chrome extension developed by ppopsacul, and its main feature is "Take and save notes, which change depending on the page you're viewing.".
Extension Screenshots
Download Browser Notes Extension CRX File
Download Browser Notes 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
Extension Basic Information
Name | |
ID | mdmpjhpjbiglieliboipdlededkhhikp |
Official URL | https://chrome.google.com/webstore/detail/browser-notes/mdmpjhpjbiglieliboipdlededkhhikp |
Description | Take and save notes, which change depending on the page you're viewing. |
File Size | 32.68 KB |
Installation Count | 33 |
Current Version | 1.1 |
Last Updated | 2013-12-01 |
Publish Date | 2013-12-01 |
Rating | 5.00/5 Total 1 Ratings |
Developer | ppopsacul |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Browser Notes", "version": "1.1", "description": "Take and save notes, which change depending on the page you're viewing.", "icons": { "16": "icon16.png", "19": "icon19.png", "38": "icon38.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab", "storage" ], "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_title": "Click to take notes", "default_popup": "popup.html" } } |