Google Fonts Redirector
This extension ensure you're always viewing the newest version of Google Fonts
Google Fonts Redirectorとは何ですか?
Google Fonts Redirectorはmikebranskiによって開発されたChromeの拡張機能で、その主な機能は「This extension ensure you're always viewing the newest version of Google Fonts」です。
Google Fonts Redirector拡張機能のCRXファイルをダウンロード
Google Fonts Redirector拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | ![]() |
ID | fidipbbihoglcmonjdnfealklijlodae |
公式URL | https://chrome.google.com/webstore/detail/google-fonts-redirector/fidipbbihoglcmonjdnfealklijlodae |
説明 | This extension ensure you're always viewing the newest version of Google Fonts |
ファイルサイズ | 5.85 KB |
インストール数 | 17 |
現在のバージョン | 1.0.1 |
最終更新日 | 2016-08-08 |
公開日 | 2016-08-08 |
開発者 | mikebranski |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/mikebranski/google-fonts-redirector |
対応言語 | 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\/" ] } |