Jequitise
Chrome extension to show Jequiti background randomly.
什么是Jequitise?
Jequitise是由mayroonalves开发的Chrome扩展程序,该扩展的主要功能是“Chrome extension to show Jequiti background randomly.”。
扩展截图
下载Jequitise扩展crx文件
下载Jequitise扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Chrome extension to show Jequiti background randomly. 扩展基本信息
| 名称 | |
| ID | bfifgnhpidgogmlclimjimlelpnnjomj |
| 官方URL | https://chromewebstore.google.com/detail/jequitise/bfifgnhpidgogmlclimjimlelpnnjomj |
| 简介 | Chrome extension to show Jequiti background randomly. |
| 文件大小 | 204 KB |
| 安装次数 | 10 |
| 当前版本 | 1.1 |
| 更新时间 | 2019-12-22 |
| 上架时间 | 2019-12-20 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | mayroonalves |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | pt-BR |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Jequitise",
"version": "1.1",
"manifest_version": 2,
"description": "Chrome extension to show Jequiti background randomly.",
"homepage_url": "https:\/\/github.com\/mayroonalves\/jequitise",
"author": "Mayron Alves",
"short_name": "Jequitise",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"background": {
"scripts": [
"src\/bg\/background.js"
],
"persistent": true
},
"page_action": {
"default_icon": "icons\/icon19.png"
},
"permissions": [
"contentSettings"
],
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"js\/jquery\/jquery.min.js",
"src\/inject\/jequitise.js"
]
}
]
} | |