petit_deco_github
petit decoration chrome extension on github.
petit_deco_github란 무엇입니까?
petit_deco_github은(는) http://nyangryy.hatenablog.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "petit decoration chrome extension on github."입니다.
확장 프로그램 스크린샷
petit_deco_github 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
https://github.com/nyangry/petit_deco_github 확장 프로그램 기본 정보
| 이름 | |
| ID | aieofhdmcaalkcopkmkcjmacfpigffdf |
| 공식 URL | https://chrome.google.com/webstore/detail/petitdecogithub/aieofhdmcaalkcopkmkcjmacfpigffdf |
| 설명 | petit decoration chrome extension on github. |
| 파일 크기 | 7.57 KB |
| 설치 횟수 | 28 |
| 현재 버전 | 1.3.2 |
| 최근 업데이트 | 2019-11-16 |
| 출시 날짜 | 2019-11-15 |
| 평점 | 5.00/5 총 1 개의 평점 |
| 개발자 | http://nyangryy.hatenablog.com |
| 이메일 | [email protected] |
| 결제 유형 | free |
| 확장 프로그램 웹 사이트 | https://github.com/nyangry/petit_deco_github |
| 도움말 페이지 URL | https://github.com/nyangry/petit_deco_github |
| 지원되는 언어 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.3.2",
"manifest_version": 2,
"name": "petit_deco_github",
"description": "petit decoration chrome extension on github.",
"icons": {
"128": "icon_128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/github.com\/*"
],
"css": [
"content_scripts\/app.css"
],
"js": [
"content_scripts\/app.js"
]
}
],
"background": {
"scripts": [
"eventPage.js"
],
"persistent": false
},
"externally_connectable": {
"matches": [
"*:\/\/*.github.com\/*",
"*:\/\/github.com\/*"
]
},
"permissions": [
"background",
"https:\/\/*\/",
"http:\/\/*\/",
"activeTab"
],
"web_accessible_resources": [
"content_scripts\/loader.gif"
]
} | |