FA Status
Title bar status for FA
FA Statusคืออะไร?
FA Status เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Serotonin และคุณลักษณะหลักของมันคือ "Title bar status for FA"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FA Status
ดาวน์โหลดไฟล์ส่วนขยาย FA Status ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
UPDATE: Fetches from FA in a background page instead of from each tab. This should cut down on the hits FA was getting significantly, I do apologize for creating unnecessary load for them. Another fine Serotonin production. Puts your furaffinity.net notifications in the title bar and keeps them updated. Also updates the notifications on the page itself so you have fewer stale notifications. Fancy. Previewer not included (you can get that here: http://goo.gl/bNumm) If you want to hack on it, check out https://github.com/Serofox/FA-Status http://www.furaffinity.net/user/serofox
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | FA Status |
ID | kbdlppofjimflkclobeigaicdpeghmcl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/fa-status/kbdlppofjimflkclobeigaicdpeghmcl |
คำอธิบาย | Title bar status for FA |
ขนาดไฟล์ | 37.17 KB |
จำนวนการติดตั้ง | 75 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2013-01-15 |
วันที่เผยแพร่ | 2013-01-14 |
คะแนน | 3.86/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | Serotonin |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "FA Status", "version": "1.1", "description": "Title bar status for FA", "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ "http:\/\/*.furaffinity.net\/*", "https:\/\/*.furaffinity.net\/*" ], "js": [ "jquery.js", "background.js", "content_script.js" ] } ], "manifest_version": 2 } |