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. 拡張機能の基本情報
| 名前 | |
| 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"
]
}
]
} | |