Mini Browser Extension

A little project that allows you to open the website you are on into a little popup after pressing the icon!!

Qu'est-ce que Mini Browser Extension ?

Mini Browser Extension est une extension Chrome développée par OSM69420, et sa fonction principale est "A little project that allows you to open the website you are on into a little popup after pressing the icon!!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Mini Browser Extension

Téléchargez les fichiers d'extension Mini Browser Extension 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

                        A little project that allows you to open the website you are on into a little popup after pressing the icon!!                    

Informations de Base sur l'Extension

Nom Mini Browser Extension Mini Browser Extension
ID kpiamcgnkjgaindnjbceacpoepbfebok
URL Officiel https://chromewebstore.google.com/detail/mini-browser-extension/kpiamcgnkjgaindnjbceacpoepbfebok
Description A little project that allows you to open the website you are on into a little popup after pressing the icon!!
Taille du Fichier 261 KB
Nombre d'Installations 234
Version Actuelle 1.0
Dernière Mise à Jour 2023-05-20
Date de Publication 2023-05-20
Développeur OSM69420
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": "Mini Browser Extension",
    "version": "1.0",
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    }
}