Improved Potato

Chrome extension to manage bookmarks sanely

Qu'est-ce que Improved Potato ?

Improved Potato est une extension Chrome développée par https://patheticgeek.dev, et sa fonction principale est "Chrome extension to manage bookmarks sanely".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Improved Potato

Téléchargez les fichiers d'extension Improved Potato au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Lets you export your bookmarks in markdown instead of the default shitty HTML format.

Checkout the repo: https://github.com/patheticGeek/chrome-bookmark-exporter                    

Informations de Base sur l'Extension

Nom Improved Potato Improved Potato
ID kjnippnbinaiaophckfmlbicclieefpf
URL Officiel https://chromewebstore.google.com/detail/improved-potato/kjnippnbinaiaophckfmlbicclieefpf
Description Chrome extension to manage bookmarks sanely
Taille du Fichier 71.09 KB
Nombre d'Installations 337
Version Actuelle 1.0.0
Dernière Mise à Jour 2021-11-18
Date de Publication 2021-06-23
Évaluation 5.00/5 Total 5 Évaluations
Développeur https://patheticgeek.dev
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}