SomethingAwful Fixes
Reverts several style changes on SomethingAwful
SomethingAwful Fixesとは何ですか?
SomethingAwful FixesはCollin Gradyによって開発されたChromeの拡張機能で、その主な機能は「Reverts several style changes on SomethingAwful」です。
拡張機能のスクリーンショット
SomethingAwful Fixes拡張機能のCRXファイルをダウンロード
SomethingAwful Fixes拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Current version: 1.0.4
* old style pagenav! (now with option to keep dropdown as well)
* removes new CSS
* reverts breadcrumbs to old style (no-hover; updated as of Jan 18, 2013)
* small improvements to forum jump
* replace icon filtering links in thread list
Use Adblock to kill http://www.somethingawful.com/css/forums.css to prevent the flash of the new style before the script kicks in.
css/forums.css$domain=somethingawful.com
somethingawful.com##[href*="/css/forums.css"] 拡張機能の基本情報
| 名前 | |
| ID | hkcmehfaiggpkbggojdnlnhpalabcjbm |
| 公式URL | https://chromewebstore.google.com/detail/somethingawful-fixes/hkcmehfaiggpkbggojdnlnhpalabcjbm |
| 説明 | Reverts several style changes on SomethingAwful |
| ファイルサイズ | 60.39 KB |
| インストール数 | 93 |
| 現在のバージョン | 1.0.5 |
| 最終更新日 | 2016-08-15 |
| 公開日 | 2016-08-15 |
| 評価 | 5.00/5 合計 3 レビュー |
| 開発者 | Collin Grady |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"content_scripts": [
{
"matches": [
"*:\/\/forums.somethingawful.com\/*"
],
"js": [
"jquery.min.js",
"script.js"
]
}
],
"description": "Reverts several style changes on SomethingAwful",
"icons": {
"128": "icon128.png"
},
"manifest_version": 2,
"name": "SomethingAwful Fixes",
"short_name": "SA Fixes",
"options_page": "options.html",
"permissions": [
"storage",
"*:\/\/forums.somethingawful.com\/*"
],
"version": "1.0.5"
} | |