Remove Helvetica Neue
Replaces Helvetica Neue font family from CSS font stack to use next fallback.
Remove Helvetica Neue란 무엇입니까?
Remove Helvetica Neue은(는) afalchi82에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replaces Helvetica Neue font family from CSS font stack to use next fallback."입니다.
확장 프로그램 스크린샷
Remove Helvetica Neue 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Unlike other extensions, this one doesn't automatically provide Arial as fallback, to respect designer's second choise of font family.
확장 프로그램 기본 정보
이름 | Remove Helvetica Neue |
ID | aebieeaodhkabdnmhjbfmdohhhcoipof |
공식 URL | https://chromewebstore.google.com/detail/remove-helvetica-neue/aebieeaodhkabdnmhjbfmdohhhcoipof |
설명 | Replaces Helvetica Neue font family from CSS font stack to use next fallback. |
파일 크기 | 17.8 KB |
설치 횟수 | 1,044 |
현재 버전 | 0.10 |
최근 업데이트 | 2015-10-17 |
출시 날짜 | 2015-10-17 |
평점 | 4.28/5 총 18 개의 평점 |
개발자 | afalchi82 |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "https:\/\/www.twitter.com\/alefalchi", "browser_action": { "default_icon": "icon.png" }, "content_scripts": [ { "js": [ "js\/script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "description": "Replaces Helvetica Neue font family from CSS font stack to use next fallback.", "icons": { "128": "icon.png", "16": "icon.png", "48": "icon.png" }, "manifest_version": 2, "name": "Remove Helvetica Neue", "version": "0.10" } |