Increase root font
Increases the html font size in %
Increase root fontとは何ですか?
Increase root fontはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Increases the html font size in %」です。
Increase root font拡張機能のCRXファイルをダウンロード
Increase root font拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Increases the html font size in % Will not work if website has not been styled with 'em', 'rem' or '%'
拡張機能の基本情報
名前 | Increase root font |
ID | galdhdhefbbcamfgciajdglbpenmnhel |
公式URL | https://chromewebstore.google.com/detail/increase-root-font/galdhdhefbbcamfgciajdglbpenmnhel |
説明 | Increases the html font size in % |
ファイルサイズ | 31.6 KB |
インストール数 | 25 |
現在のバージョン | 1.1 |
最終更新日 | 2016-07-06 |
公開日 | 2016-07-06 |
評価 | 3.67/5 合計 3 レビュー |
開発者 | Unknown |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "background": { "page": "background.html" }, "browser_action": { "default_icon": "icon.png", "default_title": "Increase root font" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; img-src *; object-src 'self'", "description": "Increases the html font size in % ", "icons": { "128": "icon128.png", "16": "icon16.png", "32": "icon32.png", "48": "icon48.png" }, "manifest_version": 2, "name": "Increase root font", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1" } |