Kwork Projects Filter
Use the filter on the Kwork website to select projects without order responses (Offers: 0) in the Projects tab.
什么是Kwork Projects Filter?
Kwork Projects Filter是由https://radmirxan.ru开发的Chrome扩展程序,该扩展的主要功能是“Use the filter on the Kwork website to select projects without order responses (Offers: 0) in the Projects tab.”。
扩展截图
下载Kwork Projects Filter扩展crx文件
下载Kwork Projects Filter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Use the Kwork Projects Filter in the Google Chrome browser on Kwork.ru/Kwork.com to select projects without order responses (Offers: 0) in the Projects tab. 扩展基本信息
| 名称 | |
| ID | ibgdllllgpnoefnpikndleklhbiechje |
| 官方URL | https://chromewebstore.google.com/detail/kwork-projects-filter/ibgdllllgpnoefnpikndleklhbiechje |
| 简介 | Use the filter on the Kwork website to select projects without order responses (Offers: 0) in the Projects tab. |
| 文件大小 | 1.21 MB |
| 安装次数 | 85 |
| 当前版本 | 1.2 |
| 更新时间 | 2022-02-20 |
| 上架时间 | 2022-01-22 |
| 评分 | 1.00/5 共1次评分 |
| 开发者 | https://radmirxan.ru |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://radmirxan.ru/kwork-project-filter/ |
| 帮助页面URL | https://radmirxan.ru/kwork-project-filter/ |
| 支持的语言 | en,ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_extension_name__",
"description": "__MSG_extension_description__",
"author": [
{
"name": "RadMirXAn",
"email": "[email protected]"
}
],
"manifest_version": 2,
"default_locale": "en",
"version": "1.2",
"icons": {
"48": "images\/icon-48.png",
"96": "images\/icon-96.png",
"128": "images\/icon-128.png",
"256": "images\/icon-256.png",
"512": "images\/icon-512.png"
},
"permissions": [
"tabs",
"*:\/\/*\/*"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
"https:\/\/kwork.ru\/projects",
"https:\/\/kwork.ru\/projects?*",
"https:\/\/kwork.com\/projects",
"https:\/\/kwork.com\/projects?*"
],
"js": [
"js\/content.js"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
"*"
],
"browser_action": {
"default_title": "__MSG_extension_title__",
"default_icon": {
"16": "images\/toolbar-icon-16.png",
"19": "images\/toolbar-icon-19.png",
"32": "images\/toolbar-icon-32.png",
"38": "images\/toolbar-icon-38.png"
}
}
} | |