Everything is Gothic
For when you want your web browsing to have a bit more of a gothic flare to it.
Everything is Gothicとは何ですか?
Everything is Gothicはemily hummelによって開発されたChromeの拡張機能で、その主な機能は「For when you want your web browsing to have a bit more of a gothic flare to it.」です。
拡張機能のスクリーンショット
Everything is Gothic拡張機能のCRXファイルをダウンロード
Everything is Gothic拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Feeling the need to live a bit more in the 19th century? Looking for dark moors, secrets, libraries, and suitors that don't have your best interest at heart?
拡張機能の基本情報
名前 | Everything is Gothic |
ID | njkfbecnecfdgpdgpmjgfabnjhinjcmc |
公式URL | https://chromewebstore.google.com/detail/everything-is-gothic/njkfbecnecfdgpdgpmjgfabnjhinjcmc |
説明 | For when you want your web browsing to have a bit more of a gothic flare to it. |
ファイルサイズ | 41.98 KB |
インストール数 | 272 |
現在のバージョン | 1.0 |
最終更新日 | 2015-07-21 |
公開日 | 2015-07-20 |
評価 | 3.50/5 合計 10 レビュー |
開発者 | emily hummel |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Everything is Gothic", "version": "1.0", "description": "For when you want your web browsing to have a bit more of a gothic flare to it.", "author": "Emily Hummel", "icons": { "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |