Contentyze
Writing Made Easy
What is Contentyze?
Contentyze is a Chrome extension developed by https://contentyze.com, and its main feature is "Writing Made Easy".
Extension Screenshots
Download Contentyze Extension CRX File
Download Contentyze 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
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.
Extension Basic Information
Name | Contentyze |
ID | gpphaggniggaeijgmkaoleflnpflnfdo |
Official URL | https://chromewebstore.google.com/detail/contentyze/gpphaggniggaeijgmkaoleflnpflnfdo |
Description | Writing Made Easy |
File Size | 686 KB |
Installation Count | 771 |
Current Version | 1.0.0 |
Last Updated | 2020-09-13 |
Publish Date | 2020-09-13 |
Rating | 3.00/5 Total 6 Ratings |
Developer | https://contentyze.com |
[email protected] | |
Payment Type | free |
Extension Website | https://contentyze.com |
Privacy Policy Page URL | https://contentyze.com/privacy-policy.html |
Supported Languages | 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" ] } |