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ファイルをダウンロード
Remove Helvetica Neue拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Unlike other extensions, this one doesn't automatically provide Arial as fallback, to respect designer's second choise of font family. 拡張機能の基本情報
| 名前 | |
| 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"
} | |