Freelancer.com Bug Fixes
This extension was created by MSDevs, to fix and improve Freelancer.com
什麼是Freelancer.com Bug Fixes?
Freelancer.com Bug Fixes是由https://msdevs.blogspot.com開發的Chrome擴展程式,該擴展的主要功能是“This extension was created by MSDevs, to fix and improve Freelancer.com”。
擴展截圖
下載Freelancer.com Bug Fixes擴展crx文件
下載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 |
官方網址 | 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" ] } ] } |