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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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\/" ] } |