Show info Freelancer.com
This extension was created by MSDevs, Re-code by dtduc, to fix and improve Freelancer.com
什么是Show info Freelancer.com?
Show info Freelancer.com是由dtduc开发的Chrome扩展程序,该扩展的主要功能是“This extension was created by MSDevs, Re-code by dtduc, to fix and improve Freelancer.com”。
扩展截图
下载Show info Freelancer.com扩展crx文件
下载Show info Freelancer.com扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Show short information of the project owner
扩展基本信息
名称 | Show info Freelancer.com |
ID | cghgoboenkmknbmcfcojpmgepdkkafgc |
官方URL | https://chromewebstore.google.com/detail/show-info-freelancercom/cghgoboenkmknbmcfcojpmgepdkkafgc |
简介 | This extension was created by MSDevs, Re-code by dtduc, to fix and improve Freelancer.com |
文件大小 | 16.03 KB |
安装次数 | 152 |
当前版本 | 0.1.2 |
更新时间 | 2019-07-14 |
上架时间 | 2019-07-14 |
评分 | 3.00/5 共1次评分 |
开发者 | dtduc |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "src\/inject\/inject.min.js" ], "css": [ "css\/styles.css" ], "matches": [ "https:\/\/*.freelancer.com\/projects\/*" ] } ], "description": "This extension was created by MSDevs, Re-code by dtduc, to fix and improve Freelancer.com", "homepage_url": "http:\/\/www.dtduc.info", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "manifest_version": 2, "name": "Show info Freelancer.com", "permissions": [ "https:\/\/*.freelancer.com\/projects\/*" ], "version": "0.1.2", "web_accessible_resources": [ "js\/fixbugs.min.js" ] } |