Synonym For Me

Get synoyms for your essay!!

Wat is Synonym For Me?

Synonym For Me is een Chrome-extensie ontwikkeld door levstamb, en de belangrijkste functie is "Get synoyms for your essay!!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Synonym For Me

Download Synonym For Me-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Use this extension by selecting the word you want to find a synonym for on Google Docs. Click on the extension, press "click for synonym" and find your synonym.                    

Basisinformatie over de Extensie

Naam Synonym For Me Synonym For Me
ID kngpjogdplnidnkamdebdanchmoieane
Officiële URL https://chrome.google.com/webstore/detail/synonym-for-me/kngpjogdplnidnkamdebdanchmoieane
Beschrijving Get synoyms for your essay!!
Bestandsgrootte 40.02 KB
Aantal Installaties 291
Huidige Versie 2.0
Laatst Bijgewerkt 2018-01-08
Publicatiedatum 2018-01-08
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar levstamb
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "2.0",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "128": "icon.PNG"
    },
    "permissions": [
        "tabs",
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "icon.PNG",
        "default_popup": "front.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/docs.google.com\/*"
            ],
            "js": [
                "googleDocsUtil.js",
                "addList.js"
            ]
        }
    ]
}