Factr: Fun facts in your new tab
With Factr, get interesting new facts on your Chrome new tab page.
Co to jest Factr: Fun facts in your new tab?
Factr: Fun facts in your new tab to rozszerzenie Chrome opracowane przez Shaan Shivanandan, a jego główną funkcją jest „With Factr, get interesting new facts on your Chrome new tab page.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Factr: Fun facts in your new tab
Pobierz pliki rozszerzeń Factr: Fun facts in your new tab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 😍 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | bjeajdaodccabjpmihclhblpjghpkopg |
| Oficjalny URL | https://chromewebstore.google.com/detail/factr-fun-facts-in-your-n/bjeajdaodccabjpmihclhblpjghpkopg |
| Opis | With Factr, get interesting new facts on your Chrome new tab page. |
| Rozmiar pliku | 59.28 KB |
| Liczba instalacji | 32 |
| Aktualna Wersja | 0.1.0 |
| Ostatnia Aktualizacja | 2019-07-02 |
| Data Publikacji | 2019-07-02 |
| Deweloper | Shaan Shivanandan |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
}
} | |