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 |
| 官方網址 | 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"
}
}
} | |