FarsiCP

translate competitive programming problems

What is FarsiCP?

FarsiCP is a Chrome extension developed by HKalbasi, and its main feature is "translate competitive programming problems".

Extension Screenshots

screenshot

Download FarsiCP Extension CRX File

Download FarsiCP extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        this extension is for iranian people that want to practice for competitive programing contest. this extension translate competitive programming sites ( and maybe more in future ) .
این ابزار برای فارسی زبانانی است که می خواهند در مسابقات برنامه نویسی شرکت کنند. این ابزار سوالات موجود در سایت های برنامه نویسی را به فارسی ترجمه می کند.                    

Extension Basic Information

Name FarsiCP FarsiCP
ID doddojncehgapopfmhbdcpgpgmflglak
Official URL https://chromewebstore.google.com/detail/farsicp/doddojncehgapopfmhbdcpgpgmflglak
Description translate competitive programming problems
File Size 5.31 KB
Installation Count 92
Current Version 1.1.1
Last Updated 2019-03-04
Publish Date 2019-03-04
Rating 5.00/5 Total 3 Ratings
Developer HKalbasi
Payment Type free
Extension Website https://shaazzz.github.io/FarsiCP/
Supported Languages fa
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FarsiCP",
    "version": "1.1.1",
    "description": "translate competitive programming problems",
    "permissions": [
        "*:\/\/*.github.io\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/codeforces.com\/*"
            ],
            "js": [
                "codeforces.js"
            ]
        },
        {
            "matches": [
                "*:\/\/projecteuler.net\/*"
            ],
            "js": [
                "projecteuler.js"
            ]
        }
    ]
}