nGramer
Count ngrams. Navigate text
nGramerとは何ですか?
nGramerはmalexanによって開発されたChromeの拡張機能で、その主な機能は「Count ngrams. Navigate text」です。
拡張機能のスクリーンショット
nGramer拡張機能のCRXファイルをダウンロード
nGramer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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:\/\/*\/*" ] } |