Factr: Fun facts in your new tab
With Factr, get interesting new facts on your Chrome new tab page.
Wat is Factr: Fun facts in your new tab?
Factr: Fun facts in your new tab is een Chrome-extensie ontwikkeld door Shaan Shivanandan, en de belangrijkste functie is "With Factr, get interesting new facts on your Chrome new tab page.".
Extensie Screenshots
Download het CRX-bestand van de extensie Factr: Fun facts in your new tab
Download Factr: Fun facts in your new tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 😍 Basisinformatie over de Extensie
| Naam | |
| ID | bjeajdaodccabjpmihclhblpjghpkopg |
| Officiële URL | https://chromewebstore.google.com/detail/factr-fun-facts-in-your-n/bjeajdaodccabjpmihclhblpjghpkopg |
| Beschrijving | With Factr, get interesting new facts on your Chrome new tab page. |
| Bestandsgrootte | 59.28 KB |
| Aantal Installaties | 32 |
| Huidige Versie | 0.1.0 |
| Laatst Bijgewerkt | 2019-07-02 |
| Publicatiedatum | 2019-07-02 |
| Ontwikkelaar | Shaan Shivanandan |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |