xNotes
An app to write notes on chrome new tab.
What is xNotes?
xNotes is a Chrome extension developed by https://ahmadzakiy.com, and its main feature is "An app to write notes on chrome new tab.".
Extension Screenshots
Download xNotes Extension CRX File
Download xNotes 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
An app to write notes on chrome new tab, with dark theme!
Extension Basic Information
Name | |
ID | kdcjpeakcckhecgojnbjiohjnbfkgmie |
Official URL | https://chromewebstore.google.com/detail/xnotes/kdcjpeakcckhecgojnbjiohjnbfkgmie |
Description | An app to write notes on chrome new tab. |
File Size | 584 KB |
Installation Count | 262 |
Current Version | 2.0.1 |
Last Updated | 2019-02-08 |
Publish Date | 2019-02-08 |
Rating | 4.67/5 Total 6 Ratings |
Developer | https://ahmadzakiy.com |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/ahmadzakiy/xnotes |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "2.0.1", "name": "xNotes", "short_name": "xNotes", "description": "An app to write notes on chrome new tab.", "homepage_url": "https:\/\/github.com\/ahmadzakiy\/xnotes", "icons": { "16": ".\/img\/icon16.png", "48": ".\/img\/icon48.png", "128": ".\/img\/icon128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage" ] } |