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
拡張機能の基本情報
名前 | Upwork Inifinte Scroll Chrome Extension |
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 |
Eメール | [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 } |