Old Google Logos And Icons
Brings back old Google apps logos and icons for Gmail, Drive, Calendar and Meet.
Hvad er Old Google Logos And Icons?
Old Google Logos And Icons er en Chrome-udvidelse udviklet af omniZero, og dens hovedfunktion er "Brings back old Google apps logos and icons for Gmail, Drive, Calendar and Meet.".
Udvidelsesskærmbilleder
Download Old Google Logos And Icons-udvidelses-CRX-fil
Download Old Google Logos And Icons-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Replaces new Google Workspace logos and icons with old design. Changes are applied to the logo in the top-left corner of a page as well as to the favicon (tab icon). Includes dynamically updated calendar icons based on current date.
Grundlæggende oplysninger om udvidelsen
Navn | Old Google Logos And Icons |
ID | jfhmfocmbambgopbjhkdncafdlkohmnm |
Officiel URL | https://chromewebstore.google.com/detail/old-google-logos-and-icon/jfhmfocmbambgopbjhkdncafdlkohmnm |
Beskrivelse | Brings back old Google apps logos and icons for Gmail, Drive, Calendar and Meet. |
Filstørrelse | 344 KB |
Antal Installationer | 2,444 |
Nuværende Version | 1.1.4 |
Senest Opdateret | 2023-08-24 |
Udgivelsesdato | 2020-11-11 |
Bedømmelse | 3.76/5 Samlet 17 Bedømmelser |
Udvikler | omniZero |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Old Google Logos And Icons", "version": "1.1.4", "description": "Brings back old Google apps logos and icons for Gmail, Drive, Calendar and Meet.", "permissions": [], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" } }, "icons": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" }, "content_scripts": [ { "matches": [ "*:\/\/mail.google.com\/*", "*:\/\/drive.google.com\/*", "*:\/\/calendar.google.com\/*", "*:\/\/meet.google.com\/*" ], "js": [ "main.js" ], "css": [ "style.css" ] } ], "web_accessible_resources": [ { "resources": [ "images\/*" ], "matches": [ "*:\/\/mail.google.com\/*", "*:\/\/drive.google.com\/*", "*:\/\/calendar.google.com\/*", "*:\/\/meet.google.com\/*" ] } ], "manifest_version": 3 } |