listy.email
listy.email new tab
Wat is listy.email?
listy.email is een Chrome-extensie ontwikkeld door Listy.email, en de belangrijkste functie is "listy.email new tab".
Extensie Screenshots
Download het CRX-bestand van de extensie listy.email
Download listy.email-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
This free extension enhances your new tab page by providing: 1.Shortcuts to popular email providers (Gmail, Hotmail, YMail & AOL Mail) 2. Shortcuts to top sites including Facebook, Youtube & Amazon.. 3. Easy access to Yahoo Search via the search box. 4. Clock in the upper right hand corner. It's free to try so go ahead and try it!
Basisinformatie over de Extensie
Naam | listy.email |
ID | aoekkpoenkmdemcheddbmclndonmiplc |
Officiële URL | https://chromewebstore.google.com/detail/listyemail/aoekkpoenkmdemcheddbmclndonmiplc |
Beschrijving | listy.email new tab |
Bestandsgrootte | 41.33 KB |
Aantal Installaties | 730 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2021-03-04 |
Publicatiedatum | 2021-03-04 |
Ontwikkelaar | Listy.email |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://listy.email |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "listy.email", "short_name": "listy.email", "description": "listy.email new tab", "version": "1.0.0", "version_name": "1.0.0", "icons": { "16": "img\/icon.png", "48": "img\/icon.png", "128": "img\/icon.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "offline_enabled": true, "permissions": [ "chrome:\/\/favicon\/" ], "content_security_policy": "script-src 'self'; object-src 'self'" } |