Stack
A key-value based notes app
What is Stack?
Stack is a Chrome extension developed by https://stack-writer.com, and its main feature is "A key-value based notes app".
Extension Screenshots
Download Stack Extension CRX File
Download Stack 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
Rapidly stack your notes, links, meeting notes, todos and random ideas within a new tab. Easily find them later by the key-value based design.
Extension Basic Information
Name | |
ID | ompndodadmbcdbhfnoaffhhbamjfelop |
Official URL | https://chromewebstore.google.com/detail/stack/ompndodadmbcdbhfnoaffhhbamjfelop |
Description | A key-value based notes app |
File Size | 144 KB |
Installation Count | 25 |
Current Version | 1.5 |
Last Updated | 2017-06-09 |
Publish Date | 2017-06-09 |
Rating | 3.20/5 Total 5 Ratings |
Developer | https://stack-writer.com |
[email protected] | |
Payment Type | free |
Extension Website | http://stack-writer.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stack", "description": "A key-value based notes app", "version": "1.5", "chrome_url_overrides": { "newtab": ".\/index.html" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "assets\/icon_x16.png", "48": "assets\/icon_x48.png", "128": "assets\/icon_x128.png" }, "permissions": [ "contextMenus", "tabs" ], "background": { "page": "background.html" } } |