Show info Freelancer.com

This extension was created by MSDevs, Re-code by dtduc, to fix and improve Freelancer.com

什麼是Show info Freelancer.com?

Show info Freelancer.com是由dtduc開發的Chrome擴展程式,該擴展的主要功能是“This extension was created by MSDevs, Re-code by dtduc, to fix and improve Freelancer.com”。

擴展截圖

screenshot

下載Show info Freelancer.com擴展crx文件

下載Show info Freelancer.com擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Show short information of the project owner                    

擴展基本資訊

名稱 Show info Freelancer.com Show info Freelancer.com
ID cghgoboenkmknbmcfcojpmgepdkkafgc
官方網址 https://chromewebstore.google.com/detail/show-info-freelancercom/cghgoboenkmknbmcfcojpmgepdkkafgc
簡介 This extension was created by MSDevs, Re-code by dtduc, to fix and improve Freelancer.com
檔案大小 16.03 KB
安裝次數 152
目前版本 0.1.2
更新時間 2019-07-14
上架時間 2019-07-14
評分 3.00/5 共 1 次評分
開發者 dtduc
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "src\/inject\/inject.min.js"
            ],
            "css": [
                "css\/styles.css"
            ],
            "matches": [
                "https:\/\/*.freelancer.com\/projects\/*"
            ]
        }
    ],
    "description": "This extension was created by MSDevs, Re-code by dtduc, to fix and improve Freelancer.com",
    "homepage_url": "http:\/\/www.dtduc.info",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Show info Freelancer.com",
    "permissions": [
        "https:\/\/*.freelancer.com\/projects\/*"
    ],
    "version": "0.1.2",
    "web_accessible_resources": [
        "js\/fixbugs.min.js"
    ]
}