Contentyze
Writing Made Easy
Vad är Contentyze?
Contentyze är en Chrome-tillägg utvecklad av https://contentyze.com, och dess huvudfunktion är "Writing Made Easy".
Tilläggsskärmbilder
Ladda ner Contentyze-förlängningens CRX-fil
Ladda ner Contentyze-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | gpphaggniggaeijgmkaoleflnpflnfdo |
| Officiell webbadress | https://chromewebstore.google.com/detail/contentyze/gpphaggniggaeijgmkaoleflnpflnfdo |
| Beskrivning | Writing Made Easy |
| Filstorlek | 686 KB |
| Antal Installationer | 771 |
| Aktuell Version | 1.0.0 |
| Senast Uppdaterad | 2020-09-13 |
| Publiceringsdatum | 2020-09-13 |
| Betyg | 3.00/5 Totalt 6 Betyg |
| Utvecklare | https://contentyze.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://contentyze.com |
| URL till Sekretesspolicy Sidan | https://contentyze.com/privacy-policy.html |
| Stödda Språk | 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"
]
} | |