TypeTab

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

Vad är TypeTab?

TypeTab är en Chrome-tillägg utvecklad av Max Schultz, och dess huvudfunktion är "I'm a Chrome Extension that grabs a random typeface from the Google Web Fonts API every time you open a new tab.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner TypeTab-förlängningens CRX-fil

Ladda ner TypeTab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn TypeTab TypeTab
ID giapplkalkkgdamjfbdheocincffbeka
Officiell webbadress https://chromewebstore.google.com/detail/typetab/giapplkalkkgdamjfbdheocincffbeka
Beskrivning I'm a Chrome Extension that grabs a random typeface from the Google Web Fonts API every time you open a new tab.
Filstorlek 47.97 KB
Antal Installationer 32
Aktuell Version 1.3
Senast Uppdaterad 2013-10-13
Publiceringsdatum 2013-10-13
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare Max Schultz
Betalningssätt free
Tilläggswebbplats https://github.com/MaxSchultz/TypeTab/
Stödda Språk 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"
    }
}