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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } ] } |