FarsiCP
translate competitive programming problems
什么是FarsiCP?
FarsiCP是由HKalbasi开发的Chrome扩展程序,该扩展的主要功能是“translate competitive programming problems”。
扩展截图
下载FarsiCP扩展crx文件
下载FarsiCP扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 ) . این ابزار برای فارسی زبانانی است که می خواهند در مسابقات برنامه نویسی شرکت کنند. این ابزار سوالات موجود در سایت های برنامه نویسی را به فارسی ترجمه می کند.
扩展基本信息
名称 | |
ID | doddojncehgapopfmhbdcpgpgmflglak |
官方URL | https://chromewebstore.google.com/detail/farsicp/doddojncehgapopfmhbdcpgpgmflglak |
简介 | translate competitive programming problems |
文件大小 | 5.31 KB |
安装次数 | 92 |
当前版本 | 1.1.1 |
更新时间 | 2019-03-04 |
上架时间 | 2019-03-04 |
评分 | 5.00/5 共3次评分 |
开发者 | HKalbasi |
付费类型 | free |
扩展官网 | https://shaazzz.github.io/FarsiCP/ |
支持的语言 | 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" ] } ] } |