Influence
Minimal Chrome new tab page replacement featuring a to-do list, weather information and tools to enhance your browsing experience.
Was ist Influence?
Influence ist eine Chrome-Erweiterung, die von https://petroskal.com entwickelt wurde, und ihr Hauptmerkmal ist "Minimal Chrome new tab page replacement featuring a to-do list, weather information and tools to enhance your browsing experience.".
Erweiterungsscreenshots
Influence-Erweiterungs-CRX-Datei herunterladen
Laden Sie Influence-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ehbacbnlkpdfkmgcmkpkaoeaoijpcihi |
| Offizielle URL | https://chromewebstore.google.com/detail/influence/ehbacbnlkpdfkmgcmkpkaoeaoijpcihi |
| Beschreibung | Minimal Chrome new tab page replacement featuring a to-do list, weather information and tools to enhance your browsing experience. |
| Dateigröße | 14.81 MB |
| Installationsanzahl | 233 |
| Aktuelle Version | 2.3 |
| Letztes Update | 2020-10-27 |
| Veröffentlichungsdatum | 2020-06-23 |
| Bewertung | 4.25/5 Insgesamt 4 Bewertungen |
| Entwickler | https://petroskal.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/kalpetros/influence |
| Hilfeseite URL | https://github.com/kalpetros/influence/issues |
| Unterstützte Sprachen | 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"
]
} | |