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 |
官方網址 | 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" ] } |