Meme Generator

Create a meme from an image on a page

Cos'è Meme Generator?

Meme Generator è un'estensione di Chrome sviluppata da VDubs, e la sua funzione principale è "Create a meme from an image on a page".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Meme Generator

Scarica i file di estensione Meme Generator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This allows you to create a meme on the fly from the page you are on. 
Only JPG, PNG, GIF, BMP, TIFF and APNG are looked at if the height is greater than 150px.

Settings can now be saved and are loaded automatically.                    

Informazioni di Base sull'Estensione

Nome Meme Generator Meme Generator
ID bkfbjlljbnbhhmlfiegbamebionjpfok
URL Ufficiale https://chromewebstore.google.com/detail/meme-generator/bkfbjlljbnbhhmlfiegbamebionjpfok
Descrizione Create a meme from an image on a page
Dimensione del File 29.39 KB
Conteggio Installazioni 268
Versione Corrente 0.3.1
Ultimo Aggiornamento 2020-03-17
Data di Pubblicazione 2020-03-17
Sviluppatore VDubs
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/DutchRican/meme_gen
URL della Pagina di Aiuto https://github.com/DutchRican/meme_gen
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Meme Generator",
    "short_name": "Meme Generator",
    "version": "0.3.1",
    "description": "Create a meme from an image on a page",
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "storage"
    ],
    "icons": {
        "16": ".\/icons\/icon16.png",
        "32": ".\/icons\/icon32.png",
        "48": ".\/icons\/icon48.png",
        "128": ".\/icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "index.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "index.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    }
}