TypeTab
I'm a Chrome Extension that grabs a random typeface from the Google Web Fonts API every time you open a new tab.
ما هو TypeTab؟
TypeTab هو إضافة Chrome تم تطويرها بواسطة Max Schultz، والميزة الرئيسية لها هي "I'm a Chrome Extension that grabs a random typeface from the Google Web Fonts API every time you open a new tab.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة TypeTab
قم بتنزيل ملفات الامتداد TypeTab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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!
معلومات أساسية عن التمديد
الاسم | TypeTab |
ID | giapplkalkkgdamjfbdheocincffbeka |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/typetab/giapplkalkkgdamjfbdheocincffbeka |
الوصف | I'm a Chrome Extension that grabs a random typeface from the Google Web Fonts API every time you open a new tab. |
حجم الملف | 47.97 KB |
عدد التثبيتات | 32 |
النسخة الحالية | 1.3 |
آخر تحديث | 2013-10-13 |
تاريخ النشر | 2013-10-13 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | Max Schultz |
نوع الدفع | free |
موقع الإضافة | https://github.com/MaxSchultz/TypeTab/ |
اللغات المدعومة | 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" } } |