Freelancer.com Bug Fixes
This extension was created by MSDevs, to fix and improve Freelancer.com
Freelancer.com Bug Fixesคืออะไร?
Freelancer.com Bug Fixes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://msdevs.blogspot.com และคุณลักษณะหลักของมันคือ "This extension was created by MSDevs, to fix and improve Freelancer.com"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Freelancer.com Bug Fixes
ดาวน์โหลดไฟล์ส่วนขยาย Freelancer.com Bug Fixes ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension was developed in order to fix and improve Freelancer.com Currently fixed / added: * Project page: No employer profile link * Employer profile: Click on Employer button shows error instead of employer stats. * Find freelancer: show country name below the country flag. We add a visual "✔" to every fix. Source code: https://bitbucket.org/msdevs-private/freelancer.com-bugs-extension What's new: * version 0.0.5: fixed bug - extension stopped working on new site version * version 0.0.4: added countries name under the flags on "find freelancers" page. * version 0.0.3: fixed bug reported by André Cruz.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Freelancer.com Bug Fixes |
ID | ijahlkagfjkkbolnfffdepeieigbllnm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/freelancercom-bug-fixes/ijahlkagfjkkbolnfffdepeieigbllnm |
คำอธิบาย | This extension was created by MSDevs, to fix and improve Freelancer.com |
ขนาดไฟล์ | 55.93 KB |
จำนวนการติดตั้ง | 72 |
เวอร์ชันปัจจุบัน | 0.0.5 |
อัปเดตครั้งล่าสุด | 2015-05-06 |
วันที่เผยแพร่ | 2015-05-05 |
คะแนน | 4.25/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | https://msdevs.blogspot.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Freelancer.com Bug Fixes", "version": "0.0.5", "manifest_version": 2, "description": "This extension was created by MSDevs, to fix and improve Freelancer.com", "homepage_url": "http:\/\/www.msdevs.info", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "permissions": [ "https:\/\/*.freelancer.com\/*" ], "web_accessible_resources": [ "js\/jquery-2.1.1.min.js", "js\/fixbugs.js" ], "content_scripts": [ { "matches": [ "https:\/\/*.freelancer.com\/projects\/*", "https:\/\/*.freelancer.com\/jobs\/*", "https:\/\/*.freelancer.com\/freelancers\/*", "https:\/\/*.freelancer.com\/u\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |