Factr: Fun facts in your new tab
With Factr, get interesting new facts on your Chrome new tab page.
Cos'è Factr: Fun facts in your new tab?
Factr: Fun facts in your new tab è un'estensione di Chrome sviluppata da Shaan Shivanandan, e la sua funzione principale è "With Factr, get interesting new facts on your Chrome new tab page.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Factr: Fun facts in your new tab
Scarica i file di estensione Factr: Fun facts in your new tab 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
                        Factr is a simple new-tab extension for Google Chrome. With Factr, every time you open a new tab, you will see a fun and interesting fact 😍                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | bjeajdaodccabjpmihclhblpjghpkopg | 
| URL Ufficiale | https://chromewebstore.google.com/detail/factr-fun-facts-in-your-n/bjeajdaodccabjpmihclhblpjghpkopg | 
| Descrizione | With Factr, get interesting new facts on your Chrome new tab page. | 
| Dimensione del File | 59.28 KB | 
| Conteggio Installazioni | 32 | 
| Versione Corrente | 0.1.0 | 
| Ultimo Aggiornamento | 2019-07-02 | 
| Data di Pubblicazione | 2019-07-02 | 
| Sviluppatore | Shaan Shivanandan | 
| [email protected] | |
| Tipo di Pagamento | free | 
| Lingue Supportate | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Factr: Fun facts in your new tab",
    "short_name": "Factr",
    "description": "With Factr, get interesting new facts on your Chrome new tab page.",
    "version": "0.1.0",
    "permissions": [
        "management"
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}  |  |