Contentyze
Writing Made Easy
什么是Contentyze?
Contentyze是由https://contentyze.com开发的Chrome扩展程序,该扩展的主要功能是“Writing Made Easy”。
扩展截图
下载Contentyze扩展crx文件
下载Contentyze扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Save time by summarising long texts! Contentyze allows you to summarise any webpage. Go to the website you want to summarise and click on either "One-Line Summary" or "Longer Summary", wait a couple of seconds and you'll see the summary of the text.
扩展基本信息
名称 | Contentyze |
ID | gpphaggniggaeijgmkaoleflnpflnfdo |
官方URL | https://chromewebstore.google.com/detail/contentyze/gpphaggniggaeijgmkaoleflnpflnfdo |
简介 | Writing Made Easy |
文件大小 | 686 KB |
安装次数 | 771 |
当前版本 | 1.0.0 |
更新时间 | 2020-09-13 |
上架时间 | 2020-09-13 |
评分 | 3.00/5 共6次评分 |
开发者 | https://contentyze.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://contentyze.com |
隐私政策页面URL | https://contentyze.com/privacy-policy.html |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Contentyze", "version": "1.0.0", "description": "Writing Made Easy", "manifest_version": 2, "icons": { "128": "icons\/logo128.png", "48": "icons\/logo48.png", "38": "icons\/logo38.png", "19": "icons\/logo19.png", "16": "icons\/logo16.png" }, "browser_action": { "default_icon": { "128": "icons\/logo128.png", "48": "icons\/logo48.png", "38": "icons\/logo38.png", "19": "icons\/logo19.png", "16": "icons\/logo16.png" }, "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |