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 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 फ़ाइल डाउनलोड करें
crx प्रारूप में TypeTab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } } |