Improved Potato
Chrome extension to manage bookmarks sanely
Wat is Improved Potato?
Improved Potato is een Chrome-extensie ontwikkeld door https://patheticgeek.dev, en de belangrijkste functie is "Chrome extension to manage bookmarks sanely".
Extensie Screenshots
Download het CRX-bestand van de extensie Improved Potato
Download Improved Potato-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Lets you export your bookmarks in markdown instead of the default shitty HTML format. Checkout the repo: https://github.com/patheticGeek/chrome-bookmark-exporter
Basisinformatie over de Extensie
Naam | Improved Potato |
ID | kjnippnbinaiaophckfmlbicclieefpf |
Officiële URL | https://chromewebstore.google.com/detail/improved-potato/kjnippnbinaiaophckfmlbicclieefpf |
Beschrijving | Chrome extension to manage bookmarks sanely |
Bestandsgrootte | 71.09 KB |
Aantal Installaties | 337 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2021-11-18 |
Publicatiedatum | 2021-06-23 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | https://patheticgeek.dev |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |