Extension Menu

List and search for your favorite extensions with ease.

Vad är Extension Menu?

Extension Menu är en Chrome-tillägg utvecklad av solomonkinard, och dess huvudfunktion är "List and search for your favorite extensions with ease.".

Tilläggsskärmbilder

screenshot

Ladda ner Extension Menu-förlängningens CRX-fil

Ladda ner Extension Menu-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Menu of all enabled extensions. Search the menu to find them quickly. Press enter to open the `default_popup.html` of the extension. Or click if you're feeling fancy.                    

Grundläggande Information om Tillägg

Namn Extension Menu Extension Menu
ID bijpchgokbgjbllboeieipcoocmkbinc
Officiell webbadress https://chromewebstore.google.com/detail/extension-menu/bijpchgokbgjbllboeieipcoocmkbinc
Beskrivning List and search for your favorite extensions with ease.
Filstorlek 21.72 KB
Antal Installationer 48
Aktuell Version 0.0.1
Senast Uppdaterad 2023-04-08
Publiceringsdatum 2023-04-08
Betyg 4.00/5 Totalt 2 Betyg
Utvecklare solomonkinard
E-post [email protected]
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Extension Menu",
    "version": "0.0.1",
    "manifest_version": 3,
    "action": {
        "default_popup": "default_popup.html"
    },
    "permissions": [
        "management"
    ],
    "icons": {
        "128": "icon\/128.png"
    },
    "author": "Solomon Kinard",
    "description": "List and search for your favorite extensions with ease."
}