Google Fonts Redirector
This extension ensure you're always viewing the newest version of Google Fonts
Apa itu Google Fonts Redirector?
Google Fonts Redirector adalah ekstensi Chrome yang dikembangkan oleh mikebranski, dan fitur utamanya adalah "This extension ensure you're always viewing the newest version of Google Fonts".
Unduh Berkas CRX Ekstensi Google Fonts Redirector
Unduh file ekstensi Google Fonts Redirector 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
Simply put, this extension simply redirects you from the old Google Fonts (google.com/fonts) to the new (fonts.google.com), preserving the font (specimen) you are currently viewing if you are viewing one; otherwise, it simply takes you to the new home page.
Informasi Dasar Ekstensi
Nama | ![]() |
ID | fidipbbihoglcmonjdnfealklijlodae |
URL Resmi | https://chrome.google.com/webstore/detail/google-fonts-redirector/fidipbbihoglcmonjdnfealklijlodae |
Deskripsi | This extension ensure you're always viewing the newest version of Google Fonts |
Ukuran File | 5.85 KB |
Jumlah Instalasi | 17 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2016-08-08 |
Tanggal Publikasi | 2016-08-08 |
Pengembang | mikebranski |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/mikebranski/google-fonts-redirector |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "Mike Branski (http:\/\/mikebranski.com\/)", "name": "Google Fonts Redirector", "description": "This extension ensure you're always viewing the newest version of Google Fonts", "version": "1.0.1", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon-19.png" }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/www.google.com\/fonts", "*:\/\/fonts.google.com\/" ] } |