nGramer

Count ngrams. Navigate text

Cos'è nGramer?

nGramer è un'estensione di Chrome sviluppata da malexan, e la sua funzione principale è "Count ngrams. Navigate text".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione nGramer

Scarica i file di estensione nGramer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Extension for ngram/keyword count and text navigation.

Your feedback is highly appreciated.                    

Informazioni di Base sull'Estensione

Nome nGramer nGramer
ID fkgmkeceolkfhgibcciefboghdcmnbpj
URL Ufficiale https://chromewebstore.google.com/detail/ngramer/fkgmkeceolkfhgibcciefboghdcmnbpj
Descrizione Count ngrams. Navigate text
Dimensione del File 1.44 MB
Conteggio Installazioni 46
Versione Corrente 0.0.0.3
Ultimo Aggiornamento 2013-01-09
Data di Pubblicazione 2013-01-09
Valutazione 4.67/5 Totale 3 Valutazioni
Sviluppatore malexan
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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:\/\/*\/*"
    ]
}