Improved Potato
Chrome extension to manage bookmarks sanely
What is Improved Potato?
Improved Potato is a Chrome extension developed by https://patheticgeek.dev, and its main feature is "Chrome extension to manage bookmarks sanely".
Extension Screenshots
Download Improved Potato Extension CRX File
Download Improved Potato 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
Lets you export your bookmarks in markdown instead of the default shitty HTML format. Checkout the repo: https://github.com/patheticGeek/chrome-bookmark-exporter
Extension Basic Information
Name | Improved Potato |
ID | kjnippnbinaiaophckfmlbicclieefpf |
Official URL | https://chromewebstore.google.com/detail/improved-potato/kjnippnbinaiaophckfmlbicclieefpf |
Description | Chrome extension to manage bookmarks sanely |
File Size | 71.09 KB |
Installation Count | 337 |
Current Version | 1.0.0 |
Last Updated | 2021-11-18 |
Publish Date | 2021-06-23 |
Rating | 5.00/5 Total 5 Ratings |
Developer | https://patheticgeek.dev |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Improved Potato", "version": "1.0.0", "description": "Chrome extension to manage bookmarks sanely", "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "permissions": [ "bookmarks" ], "options_ui": { "page": "pages\/options\/index.html", "open_in_tab": true }, "action": { "default_popup": "pages\/popup\/index.html" } } |