Framered

Discover a dope website made in Framer each time you open a new tab

Cos'è Framered?

Framered è un'estensione di Chrome sviluppata da Noman Ijaz, e la sua funzione principale è "Discover a dope website made in Framer each time you open a new tab".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Framered

Scarica i file di estensione Framered 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

                        Discover a dope website made in Framer each time you open a new tab                    

Informazioni di Base sull'Estensione

Nome Framered Framered
ID npemcaimbilljoofijhjbkjnalemahck
URL Ufficiale https://chromewebstore.google.com/detail/framered/npemcaimbilljoofijhjbkjnalemahck
Descrizione Discover a dope website made in Framer each time you open a new tab
Dimensione del File 208 KB
Conteggio Installazioni 104
Versione Corrente 1.0
Ultimo Aggiornamento 2023-06-03
Data di Pubblicazione 2023-06-02
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Noman Ijaz
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Framered",
    "description": "Discover a dope website made in Framer each time you open a new tab",
    "version": "1.0",
    "host_permissions": [
        "https:\/\/*.githubusercontent.com\/"
    ],
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
}