Freelancer.com Jobs Search RSS
Adds RSS feeds feature to Freelancer.com jobs search pages
什么是Freelancer.com Jobs Search RSS?
Freelancer.com Jobs Search RSS是由Alexandr Shurigin开发的Chrome扩展程序,该扩展的主要功能是“Adds RSS feeds feature to Freelancer.com jobs search pages”。
扩展截图
下载Freelancer.com Jobs Search RSS扩展crx文件
下载Freelancer.com Jobs Search RSS扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Adds RSS feature to Freelancer.com jobs custom filters. With RSS feed you will be in touch with newest jobs. Simple drop RSS link to your favorite reader and get newest jobs once they are posted. Contact me for any questions at [email protected].
扩展基本信息
名称 | Freelancer.com Jobs Search RSS |
ID | ebnpoaaghgihccdchcjbjkoiiiddjcfg |
官方URL | https://chromewebstore.google.com/detail/freelancercom-jobs-search/ebnpoaaghgihccdchcjbjkoiiiddjcfg |
简介 | Adds RSS feeds feature to Freelancer.com jobs search pages |
文件大小 | 59.98 KB |
安装次数 | 242 |
当前版本 | 2.1 |
更新时间 | 2017-10-01 |
上架时间 | 2017-09-30 |
评分 | 3.55/5 共11次评分 |
开发者 | Alexandr Shurigin |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Freelancer.com Jobs Search RSS", "version": "2.1", "description": "Adds RSS feeds feature to Freelancer.com jobs search pages", "icons": { "128": "icons\/128.png" }, "author": "Alexandr Shurigin ([email protected])", "content_scripts": [ { "run_at": "document_start", "matches": [ "*:\/\/*.freelancer.com\/*" ], "js": [ "js\/jquery.min.js", "js\/URI.min.js", "js\/injector.js" ] } ], "web_accessible_resources": [ "js\/jquery.min.js", "js\/freelancerrss.js" ], "background": { "scripts": [ "js\/jquery.min.js", "js\/bg.js" ] }, "permissions": [ " |