nGramer

Count ngrams. Navigate text

What is nGramer?

nGramer is a Chrome extension developed by malexan, and its main feature is "Count ngrams. Navigate text".

Extension Screenshots

screenshot
screenshot

Download nGramer Extension CRX File

Download nGramer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Extension for ngram/keyword count and text navigation.

Your feedback is highly appreciated.                    

Extension Basic Information

Name nGramer nGramer
ID fkgmkeceolkfhgibcciefboghdcmnbpj
Official URL https://chromewebstore.google.com/detail/ngramer/fkgmkeceolkfhgibcciefboghdcmnbpj
Description Count ngrams. Navigate text
File Size 1.44 MB
Installation Count 46
Current Version 0.0.0.3
Last Updated 2013-01-09
Publish Date 2013-01-09
Rating 4.67/5 Total 3 Ratings
Developer malexan
Email [email protected]
Payment Type free
Supported Languages 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:\/\/*\/*"
    ]
}