Gmail sender favicons (domain icons)
Display domain favicons in Gmail list view
Co je Gmail sender favicons (domain icons)?
Gmail sender favicons (domain icons) je rozšíření Chrome vyvinuté @Lorin, a jeho hlavní funkcí je „Display domain favicons in Gmail list view“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Gmail sender favicons (domain icons)
Stáhněte si soubory rozšíření Gmail sender favicons (domain icons) ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Shows domain favicons in Gmail list view, ignoring certain common public email domains - at this time: gmail.com, outlook.com, hotmail.com, rogers.com. If this extension becomes popular I'll add a settings window to allow a custom blacklist. If I forgot any major domains I'll update the version. Feel free to file a support ticket.
Základní Informace o Rozšíření
Název | Gmail sender favicons (domain icons) |
ID | bnnggflmajmfkpdnaagpjmnaaagbpjpd |
Oficiální URL | https://chromewebstore.google.com/detail/gmail-sender-favicons-dom/bnnggflmajmfkpdnaagpjmnaaagbpjpd |
Popis | Display domain favicons in Gmail list view |
Velikost souboru | 28.47 KB |
Počet instalací | 674 |
Aktuální Verze | 0.121 |
Poslední Aktualizace | 2017-03-11 |
Datum Vydání | 2017-03-11 |
Hodnocení | 4.80/5 Celkem 5 Hodnocení |
Vývojář | @Lorin |
Typ Platby | free |
Podporované Jazyky | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Gmail sender favicons (domain icons)", "version": "0.121", "description": "Display domain favicons in Gmail list view", "homepage_url": "http:\/\/www.lorinhalpert.com", "author": "Lorin Halpert", "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "inboxsdk.js", "content.js" ], "css": [ "favicons.css" ], "run_at": "document_end" } ], "permissions": [ "https:\/\/mail.google.com\/" ], "web_accessible_resources": [ "*" ] } |