Factr: Fun facts in your new tab
With Factr, get interesting new facts on your Chrome new tab page.
Hvad er Factr: Fun facts in your new tab?
Factr: Fun facts in your new tab er en Chrome-udvidelse udviklet af Shaan Shivanandan, og dens hovedfunktion er "With Factr, get interesting new facts on your Chrome new tab page.".
Udvidelsesskærmbilleder
Download Factr: Fun facts in your new tab-udvidelses-CRX-fil
Download Factr: Fun facts in your new tab-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 😍 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | bjeajdaodccabjpmihclhblpjghpkopg |
| Officiel URL | https://chromewebstore.google.com/detail/factr-fun-facts-in-your-n/bjeajdaodccabjpmihclhblpjghpkopg |
| Beskrivelse | With Factr, get interesting new facts on your Chrome new tab page. |
| Filstørrelse | 59.28 KB |
| Antal Installationer | 32 |
| Nuværende Version | 0.1.0 |
| Senest Opdateret | 2019-07-02 |
| Udgivelsesdato | 2019-07-02 |
| Udvikler | Shaan Shivanandan |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
}
} | |