TypeTab

I'm a Chrome Extension that grabs a random typeface from the Google Web Fonts API every time you open a new tab.

Hvad er TypeTab?

TypeTab er en Chrome-udvidelse udviklet af Max Schultz, og dens hovedfunktion er "I'm a Chrome Extension that grabs a random typeface from the Google Web Fonts API every time you open a new tab.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download TypeTab-udvidelses-CRX-fil

Download TypeTab-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

                        Only fonts with more than one type style are considered, thanks to @mattwiebe's excellent Better Google Fonts.

Big thanks to the Google Web Fonts Team and contributing type designers!                    

Grundlæggende oplysninger om udvidelsen

Navn TypeTab TypeTab
ID giapplkalkkgdamjfbdheocincffbeka
Officiel URL https://chromewebstore.google.com/detail/typetab/giapplkalkkgdamjfbdheocincffbeka
Beskrivelse I'm a Chrome Extension that grabs a random typeface from the Google Web Fonts API every time you open a new tab.
Filstørrelse 47.97 KB
Antal Installationer 32
Nuværende Version 1.3
Senest Opdateret 2013-10-13
Udgivelsesdato 2013-10-13
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler Max Schultz
Betalingsmetode free
Udvidelseswebsted https://github.com/MaxSchultz/TypeTab/
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TypeTab",
    "author": "https:\/\/github.com\/MaxSchultz",
    "manifest_version": 2,
    "version": "1.3",
    "icons": {
        "128": "icon_128.png"
    },
    "description": "I'm a Chrome Extension that grabs a random typeface from the Google Web Fonts API every time you open a new tab.",
    "content_security_policy": "script-src 'self' https:\/\/*.googleapis.com; object-src 'self'",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
}