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.
拡張機能の基本情報
名前 | Kwork Projects Filter |
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 |
Eメール | [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" } } } |