SomethingAwful Fixes
Reverts several style changes on SomethingAwful
SomethingAwful Fixesคืออะไร?
SomethingAwful Fixes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Collin Grady และคุณลักษณะหลักของมันคือ "Reverts several style changes on SomethingAwful"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SomethingAwful Fixes
ดาวน์โหลดไฟล์ส่วนขยาย 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"]
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | SomethingAwful Fixes |
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" } |