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
公式URL 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
Eメール [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"
    ]
}