Instant Font
Instantly switch the font of current page using Google Fonts.
Instant Fontとは何ですか?
Instant Fontはpoe.422によって開発されたChromeの拡張機能で、その主な機能は「Instantly switch the font of current page using Google Fonts.」です。
拡張機能のスクリーンショット
Instant Font拡張機能のCRXファイルをダウンロード
Instant Font拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
You can instantly switch current page's font to Google Fonts' web font. Also, you can input CSS selector to specify element where you want to apply font. Instant Font gonna help your web design/development work flow!
拡張機能の基本情報
名前 | |
ID | mmodigjkaccealcndhpkmleiahmickcf |
公式URL | https://chrome.google.com/webstore/detail/instant-font/mmodigjkaccealcndhpkmleiahmickcf |
説明 | Instantly switch the font of current page using Google Fonts. |
ファイルサイズ | 102 KB |
インストール数 | 405 |
現在のバージョン | 1.1 |
最終更新日 | 2016-11-23 |
公開日 | 2016-11-23 |
評価 | 1.80/5 合計 5 レビュー |
開発者 | poe.422 |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Instant Font", "version": "1.1", "permissions": [ "tabs" ], "description": "Instantly switch the font of current page using Google Fonts.", "icons": { "128": "images\/icon128.png" }, "author": "Masahiro Harada", "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_title": "Instant Font", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/lib\/webfont.js", "js\/build\/content_scripts.js" ] } ] } |