nGramer
Count ngrams. Navigate text
nGramer란 무엇입니까?
nGramer은(는) malexan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Count ngrams. Navigate text"입니다.
확장 프로그램 스크린샷
nGramer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Extension for ngram/keyword count and text navigation. Your feedback is highly appreciated.
확장 프로그램 기본 정보
이름 | |
ID | fkgmkeceolkfhgibcciefboghdcmnbpj |
공식 URL | https://chromewebstore.google.com/detail/ngramer/fkgmkeceolkfhgibcciefboghdcmnbpj |
설명 | Count ngrams. Navigate text |
파일 크기 | 1.44 MB |
설치 횟수 | 46 |
현재 버전 | 0.0.0.3 |
최근 업데이트 | 2013-01-09 |
출시 날짜 | 2013-01-09 |
평점 | 4.67/5 총 3 개의 평점 |
개발자 | malexan |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "nGramer", "version": "0.0.0.3", "description": "Count ngrams. Navigate text", "browser_action": { "default_icon": "ngram16.png" }, "icons": { "16": "ngram16.png", "48": "ngram48.png", "128": "ngram128.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com 'unsafe-eval'; object-src 'self'", "background": { "persistent": true, "page": "background.html" }, "permissions": [ "tabs", "storage", "unlimitedStorage", "http:\/\/*\/*", "https:\/\/*\/*" ] } |