Synonym For Me
Get synoyms for your essay!!
What is Synonym For Me?
Synonym For Me is a Chrome extension developed by levstamb, and its main feature is "Get synoyms for your essay!!".
Extension Screenshots
Download Synonym For Me Extension CRX File
Download Synonym For Me 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
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.
Extension Basic Information
Name | |
ID | kngpjogdplnidnkamdebdanchmoieane |
Official URL | https://chrome.google.com/webstore/detail/synonym-for-me/kngpjogdplnidnkamdebdanchmoieane |
Description | Get synoyms for your essay!! |
File Size | 40.02 KB |
Installation Count | 291 |
Current Version | 2.0 |
Last Updated | 2018-01-08 |
Publish Date | 2018-01-08 |
Rating | 5.00/5 Total 1 Ratings |
Developer | levstamb |
Payment Type | free |
Supported Languages | 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" ] } ] } |