Synonym For Me
Get synoyms for your essay!!
什么是Synonym For Me?
Synonym For Me是由levstamb开发的Chrome扩展程序,该扩展的主要功能是“Get synoyms for your essay!!”。
扩展截图
下载Synonym For Me扩展crx文件
下载Synonym For Me扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | kngpjogdplnidnkamdebdanchmoieane |
官方URL | https://chrome.google.com/webstore/detail/synonym-for-me/kngpjogdplnidnkamdebdanchmoieane |
简介 | Get synoyms for your essay!! |
文件大小 | 40.02 KB |
安装次数 | 291 |
当前版本 | 2.0 |
更新时间 | 2018-01-08 |
上架时间 | 2018-01-08 |
评分 | 5.00/5 共1次评分 |
开发者 | levstamb |
付费类型 | free |
支持的语言 | 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" ] } ] } |