Expensify Power User
An extension that adds small touches to make expensify easier.
什么是Expensify Power User?
Expensify Power User是由https://nicholasquinlan.com开发的Chrome扩展程序,该扩展的主要功能是“An extension that adds small touches to make expensify easier.”。
扩展截图
下载Expensify Power User扩展crx文件
下载Expensify Power User扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Expensify is super easy to user, this makes it even easier.
Expensify Power User adds autocomplete to most Expensify dropdowns.
✨✨✨✨✨✨✨✨✨✨✨✨✨✨
Code Available on Github: https://github.com/nquinlan/expensify-power-user/ 扩展基本信息
| 名称 | |
| ID | hdbooagpfopbbkflkenlmekfmcbdfifd |
| 官方URL | https://chromewebstore.google.com/detail/expensify-power-user/hdbooagpfopbbkflkenlmekfmcbdfifd |
| 简介 | An extension that adds small touches to make expensify easier. |
| 文件大小 | 291 KB |
| 安装次数 | 241 |
| 当前版本 | 0.0.1 |
| 更新时间 | 2015-04-25 |
| 上架时间 | 2015-04-25 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | https://nicholasquinlan.com |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Expensify Power User",
"version": "0.0.1",
"manifest_version": 2,
"description": "An extension that adds small touches to make expensify easier.",
"homepage_url": "https:\/\/expensify.com",
"icons": {
"128": "icons\/icon128.png"
},
"default_locale": "en",
"permissions": [
"https:\/\/www.expensify.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/www.expensify.com\/*"
],
"css": [
"src\/inject\/inject.css"
],
"js": [
"src\/inject\/inject.js"
]
}
],
"web_accessible_resources": [
"src\/inject\/document\/*"
]
} | |