Influence
Minimal Chrome new tab page replacement featuring a to-do list, weather information and tools to enhance your browsing experience.
Co to jest Influence?
Influence to rozszerzenie Chrome opracowane przez https://petroskal.com, a jego główną funkcją jest „Minimal Chrome new tab page replacement featuring a to-do list, weather information and tools to enhance your browsing experience.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Influence
Pobierz pliki rozszerzeń Influence 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
Features:
• Clean minimal design
• Dark mode
• Stunning backgrounds
• To Do list
• Weather forecast
• Date & time
• Most visited links
• Full bookmarks list
• Recently added bookmarks
• Browsing history
• Download manager Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ehbacbnlkpdfkmgcmkpkaoeaoijpcihi |
| Oficjalny URL | https://chromewebstore.google.com/detail/influence/ehbacbnlkpdfkmgcmkpkaoeaoijpcihi |
| Opis | Minimal Chrome new tab page replacement featuring a to-do list, weather information and tools to enhance your browsing experience. |
| Rozmiar pliku | 14.81 MB |
| Liczba instalacji | 233 |
| Aktualna Wersja | 2.3 |
| Ostatnia Aktualizacja | 2020-10-27 |
| Data Publikacji | 2020-06-23 |
| Ocena | 4.25/5 Łącznie 4 Oceny |
| Deweloper | https://petroskal.com |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/kalpetros/influence |
| Adres URL Strony Pomocy | https://github.com/kalpetros/influence/issues |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Influence",
"description": "Minimal Chrome new tab page replacement featuring a to-do list, weather information and tools to enhance your browsing experience.",
"version": "2.3",
"author": "Petros Kalogiannakis",
"icons": {
"16": "16.png",
"32": "32.png",
"48": "48.png",
"128": "128.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"permissions": [
"topSites",
"bookmarks",
"history",
"downloads",
"geolocation"
]
} | |