Eyfo
Github Package Finder - Chrome extension
什么是Eyfo?
Eyfo是由oriprice开发的Chrome扩展程序,该扩展的主要功能是“Github Package Finder - Chrome extension”。
扩展截图
下载Eyfo扩展crx文件
下载Eyfo扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Find github packages on your private organizations, and globally.
扩展基本信息
名称 | Eyfo |
ID | kfndjpohnlhfifjmdmbddfnedicmlaif |
官方URL | https://chromewebstore.google.com/detail/eyfo/kfndjpohnlhfifjmdmbddfnedicmlaif |
简介 | Github Package Finder - Chrome extension |
文件大小 | 118 KB |
安装次数 | 58 |
当前版本 | 2.0.8 |
更新时间 | 2020-01-12 |
上架时间 | 2020-01-12 |
评分 | 5.00/5 共2次评分 |
开发者 | oriprice |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/oriprice/eyfo |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Eyfo", "description": "Github Package Finder - Chrome extension", "version": "2.0.8", "browser_action": { "default_popup": "index.html?app", "default_title": "Eyfo - Github Package Finder" }, "icons": { "16": "\/assets\/eyfo.png", "48": "\/assets\/eyfo.png", "128": "\/assets\/eyfo.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "options_page": "index.html?options", "content_security_policy": "script-src 'self' 'sha256-m7R1zzM6IUk6v6+pnZA0rBeM0xL6oLiDpnjl9lfdwRA=' 'sha256-YD7kr76suERaRNp+QkSCLva0rewzdm8\/iTHHn3hhTfY=' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "tabs", "https:\/\/api.github.com\/*", "storage" ], "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Ctrl+Shift+A", "mac": "Command+Shift+A", "chromeos": "Ctrl+Shift+A", "linux": "Ctrl+Shift+A" } } } } |