Stock Tracker
Stock Tracker in React!
What is Stock Tracker?
Stock Tracker is a Chrome extension developed by kofflernick4564, and its main feature is "Stock Tracker in React!".
Extension Screenshots
Download Stock Tracker Extension CRX File
Download Stock Tracker 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 simple stock tracker that lets a user view the activities of a handful of stocks easily.
Extension Basic Information
Name | Stock Tracker |
ID | mlmgabbbidnmojffpmgglhobjmdiblkn |
Official URL | https://chromewebstore.google.com/detail/stock-tracker/mlmgabbbidnmojffpmgglhobjmdiblkn |
Description | Stock Tracker in React! |
File Size | 221 KB |
Installation Count | 38 |
Current Version | 1.0.0 |
Last Updated | 2023-09-11 |
Publish Date | 2022-09-23 |
Rating | 5.00/5 Total 2 Ratings |
Developer | kofflernick4564 |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Stock Tracker", "description": "Stock Tracker in React!", "version": "1.0.0", "manifest_version": 3, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "action": { "default_popup": "popup.html", "default_title": "React Extension", "default_icon": "icon.png" }, "permissions": [ "storage" ], "options_page": "options.html", "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ " |