nGramer

Count ngrams. Navigate text

什么是nGramer?

nGramer是由malexan开发的Chrome扩展程序,该扩展的主要功能是“Count ngrams. Navigate text”。

扩展截图

screenshot
screenshot

下载nGramer扩展crx文件

下载nGramer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Extension for ngram/keyword count and text navigation.

Your feedback is highly appreciated.                    

扩展基本信息

名称 nGramer nGramer
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:\/\/*\/*"
    ]
}