Upwork Inifinte Scroll Chrome Extension
Scroll Inifintlty on your Upwork Website
什么是Upwork Inifinte Scroll Chrome Extension?
Upwork Inifinte Scroll Chrome Extension是由https://foxoyo.com开发的Chrome扩展程序,该扩展的主要功能是“Scroll Inifintlty on your Upwork Website”。
扩展截图
下载Upwork Inifinte Scroll Chrome Extension扩展crx文件
下载Upwork Inifinte Scroll Chrome Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Upwork Infinite Feed Scroll 扩展基本信息
| 名称 | |
| ID | ldljfjpipjeijidaahneepmapnncpaji |
| 官方URL | https://chromewebstore.google.com/detail/upwork-inifinte-scroll-ch/ldljfjpipjeijidaahneepmapnncpaji |
| 简介 | Scroll Inifintlty on your Upwork Website |
| 文件大小 | 43.75 KB |
| 安装次数 | 26 |
| 当前版本 | 0.2 |
| 更新时间 | 2019-08-28 |
| 上架时间 | 2019-08-24 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | https://foxoyo.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Upwork Inifinte Scroll Chrome Extension",
"description": "Scroll Inifintlty on your Upwork Website",
"version": "0.2",
"browser_action": {
"default_icon": "upwork_infinite_scroll.png",
"default_popup": "popup.html",
"default_title": "Foxoyo Tab"
},
"icons": {
"16": "upwork_infinite_scroll.png",
"32": "upwork_infinite_scroll.png",
"120": "upwork_infinite_scroll.png"
},
"permissions": [
"https:\/\/upwork.com\/*",
"https:\/\/www.upwork.com\/*"
],
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"jquery.js",
"content.js"
],
"run_at": "document_start"
}
],
"manifest_version": 2
} | |