Influence
Minimal Chrome new tab page replacement featuring a to-do list, weather information and tools to enhance your browsing experience.
Wat is Influence?
Influence is een Chrome-extensie ontwikkeld door https://petroskal.com, en de belangrijkste functie is "Minimal Chrome new tab page replacement featuring a to-do list, weather information and tools to enhance your browsing experience.".
Extensie Screenshots
Download het CRX-bestand van de extensie Influence
Download Influence-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
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 Basisinformatie over de Extensie
| Naam | |
| ID | ehbacbnlkpdfkmgcmkpkaoeaoijpcihi |
| Officiële URL | https://chromewebstore.google.com/detail/influence/ehbacbnlkpdfkmgcmkpkaoeaoijpcihi |
| Beschrijving | Minimal Chrome new tab page replacement featuring a to-do list, weather information and tools to enhance your browsing experience. |
| Bestandsgrootte | 14.81 MB |
| Aantal Installaties | 233 |
| Huidige Versie | 2.3 |
| Laatst Bijgewerkt | 2020-10-27 |
| Publicatiedatum | 2020-06-23 |
| Beoordeling | 4.25/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | https://petroskal.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/kalpetros/influence |
| Help Pagina-URL | https://github.com/kalpetros/influence/issues |
| Ondersteunde Talen | 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"
]
} | |