TypeTab
I'm a Chrome Extension that grabs a random typeface from the Google Web Fonts API every time you open a new tab.
Apa itu TypeTab?
TypeTab adalah ekstensi Chrome yang dikembangkan oleh Max Schultz, dan fitur utamanya adalah "I'm a Chrome Extension that grabs a random typeface from the Google Web Fonts API every time you open a new tab.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi TypeTab
Unduh file ekstensi TypeTab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | TypeTab |
ID | giapplkalkkgdamjfbdheocincffbeka |
URL Resmi | https://chromewebstore.google.com/detail/typetab/giapplkalkkgdamjfbdheocincffbeka |
Deskripsi | I'm a Chrome Extension that grabs a random typeface from the Google Web Fonts API every time you open a new tab. |
Ukuran File | 47.97 KB |
Jumlah Instalasi | 32 |
Versi Saat Ini | 1.3 |
Terakhir Diperbarui | 2013-10-13 |
Tanggal Publikasi | 2013-10-13 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | Max Schultz |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/MaxSchultz/TypeTab/ |
Bahasa yang Didukung | 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" } } |