TypeTab
I'm a Chrome Extension that grabs a random typeface from the Google Web Fonts API every time you open a new tab.
Co to jest TypeTab?
TypeTab to rozszerzenie Chrome opracowane przez Max Schultz, a jego główną funkcją jest „I'm a Chrome Extension that grabs a random typeface from the Google Web Fonts API every time you open a new tab.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia TypeTab
Pobierz pliki rozszerzeń TypeTab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | TypeTab |
ID | giapplkalkkgdamjfbdheocincffbeka |
Oficjalny URL | https://chromewebstore.google.com/detail/typetab/giapplkalkkgdamjfbdheocincffbeka |
Opis | I'm a Chrome Extension that grabs a random typeface from the Google Web Fonts API every time you open a new tab. |
Rozmiar pliku | 47.97 KB |
Liczba instalacji | 32 |
Aktualna Wersja | 1.3 |
Ostatnia Aktualizacja | 2013-10-13 |
Data Publikacji | 2013-10-13 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | Max Schultz |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/MaxSchultz/TypeTab/ |
Obsługiwane Języki | 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" } } |