The Fantastic Comic Sans MS Browser
Rot your browser with the Fantastic Comic Sans MS !
The Fantastic Comic Sans MS Browserとは何ですか?
The Fantastic Comic Sans MS BrowserはYannick.Armspachによって開発されたChromeの拡張機能で、その主な機能は「Rot your browser with the Fantastic Comic Sans MS !」です。
拡張機能のスクリーンショット
The Fantastic Comic Sans MS Browser拡張機能のCRXファイルをダウンロード
The Fantastic Comic Sans MS Browser拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
All the internet with the Fantastic Comic Sans MS font ! 拡張機能の基本情報
| 名前 | |
| ID | ackdmccmionjeacpmbhkgkbkcfipenpn |
| 公式URL | https://chromewebstore.google.com/detail/the-fantastic-comic-sans/ackdmccmionjeacpmbhkgkbkcfipenpn |
| 説明 | Rot your browser with the Fantastic Comic Sans MS ! |
| ファイルサイズ | 130 KB |
| インストール数 | 201 |
| 現在のバージョン | 1.0.0 |
| 最終更新日 | 2012-12-12 |
| 公開日 | 2012-12-12 |
| 評価 | 4.27/5 合計 22 レビュー |
| 開発者 | Yannick.Armspach |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "The Fantastic Comic Sans MS Browser",
"version": "1.0.0",
"manifest_version": 2,
"description": "Rot your browser with the Fantastic Comic Sans MS !",
"homepage_url": "http:\/\/the-fantastic-comic-sans-ms-browser.y-visuel.com",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_locale": "en",
"background": {
"page": "src\/bg\/background.html",
"persistent": true
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"css": [
"src\/inject\/inject.css"
]
}
]
} | |