RegEx Test & Search
RegEx Test & Search : Test, Research and Learn regular expression with this new extension.
RegEx Test & Search란 무엇입니까?
RegEx Test & Search은(는) Briac Le Moing에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "RegEx Test & Search : Test, Research and Learn regular expression with this new extension."입니다.
확장 프로그램 스크린샷
RegEx Test & Search 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
RegEx Test & Search let you try your regexp and use it to search a element on the page.
The search part can be fixed to the bottom of the current page.
This extension contain list of useful regular expression and in an other part a description of almost each element in regular expression. 확장 프로그램 기본 정보
| 이름 | |
| ID | bfmmfnihhlgipjdickblkokdnladphfe |
| 공식 URL | https://chromewebstore.google.com/detail/regex-test-search/bfmmfnihhlgipjdickblkokdnladphfe |
| 설명 | RegEx Test & Search : Test, Research and Learn regular expression with this new extension. |
| 파일 크기 | 164 KB |
| 설치 횟수 | 416 |
| 현재 버전 | 1.2 |
| 최근 업데이트 | 2016-07-28 |
| 출시 날짜 | 2016-07-28 |
| 평점 | 2.40/5 총 5 개의 평점 |
| 개발자 | Briac Le Moing |
| 결제 유형 | free |
| 지원되는 언어 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "RegEx Test & Search",
"description": "RegEx Test & Search : Test, Research and Learn regular expression with this new extension.",
"version": "1.2",
"browser_action": {
"default_icon": "images\/logo.png",
"default_popup": "popup.html"
},
"web_accessible_resources": [
"search\/*",
"search\/highlight.css",
"search\/popup.html"
],
"permissions": [
"activeTab"
]
} | |