Freelancer.com Bug Fixes

This extension was created by MSDevs, to fix and improve Freelancer.com

Freelancer.com Bug Fixes là gì?

Freelancer.com Bug Fixes là một tiện ích mở rộng Chrome được phát triển bởi https://msdevs.blogspot.com, và tính năng chính của nó là "This extension was created by MSDevs, to fix and improve Freelancer.com".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Freelancer.com Bug Fixes

Tải xuống các tệp mở rộng Freelancer.com Bug Fixes dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Freelancer.com Bug Fixes Freelancer.com Bug Fixes
ID ijahlkagfjkkbolnfffdepeieigbllnm
URL Chính Thức https://chromewebstore.google.com/detail/freelancercom-bug-fixes/ijahlkagfjkkbolnfffdepeieigbllnm
Mô tả This extension was created by MSDevs, to fix and improve Freelancer.com
Kích Thước Tệp 55.93 KB
Số Lần Cài Đặt 72
Phiên Bản Hiện Tại 0.0.5
Cập Nhật Lần Cuối 2015-05-06
Ngày Phát Hành 2015-05-05
Đánh Giá 4.25/5 Tổng số 8 Đánh Giá
Nhà Phát Triển https://msdevs.blogspot.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}