Comic Sans Extension
Changes all text on all webpages into Comic Sans
Comic Sans Extensionとは何ですか?
Comic Sans ExtensionはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Changes all text on all webpages into Comic Sans」です。
Comic Sans Extension拡張機能のCRXファイルをダウンロード
Comic Sans Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Changes the font of all text on webpages to Comic Sans. Requires the Comic Sans MS font to be installed on the computer. 拡張機能の基本情報
| 名前 | |
| ID | nggdcfbpffpkplofnojgbdmdphmkjcbn |
| 公式URL | https://chromewebstore.google.com/detail/comic-sans-extension/nggdcfbpffpkplofnojgbdmdphmkjcbn |
| 説明 | Changes all text on all webpages into Comic Sans |
| ファイルサイズ | 3.27 KB |
| インストール数 | 354 |
| 現在のバージョン | 1.0.0 |
| 最終更新日 | 2017-09-10 |
| 公開日 | 2017-09-10 |
| 評価 | 5.00/5 合計 3 レビュー |
| 開発者 | Unknown |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Comic Sans Extension",
"description": "Changes all text on all webpages into Comic Sans",
"version": "1.0.0",
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"inject.js"
],
"run_at": "document_end"
}
],
"permissions": [
"*:\/\/*\/*"
]
} | |