Eyfo
Github Package Finder - Chrome extension
Eyfo란 무엇입니까?
Eyfo은(는) oriprice에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Github Package Finder - Chrome extension"입니다.
확장 프로그램 스크린샷
Eyfo 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } } } |