Summariser - ChatGPT Helper extension
Summariser is a nifty little ChatGPT helper that will make your life 10x easier. It lets you quickly collect text snippets from…
Wat is Summariser - ChatGPT Helper extension?
Summariser - ChatGPT Helper extension is een Chrome-extensie ontwikkeld door dmw, en de belangrijkste functie is "Summariser is a nifty little ChatGPT helper that will make your life 10x easier. It lets you quickly collect text snippets from…".
Extensie Screenshots
Download het CRX-bestand van de extensie Summariser - ChatGPT Helper extension
Download Summariser - ChatGPT Helper extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Summariser is a nifty little ChatGPT helper that will make your life 10x easier. It lets you quickly collect text snippets from any webpage and use them as many times as you like. Along with a growing set of tools ie built-in prompts - to turn your snippets into social media posts, twitter threads, blog articles, ideation, explanations and much more.
Basisinformatie over de Extensie
Naam | Summariser - ChatGPT Helper extension |
ID | ejdaenbfahhbcdolodmkklhihaefkgmn |
Officiële URL | https://chromewebstore.google.com/detail/summariser-chatgpt-helper/ejdaenbfahhbcdolodmkklhihaefkgmn |
Beschrijving | Summariser is a nifty little ChatGPT helper that will make your life 10x easier. It lets you quickly collect text snippets from… |
Bestandsgrootte | 709 KB |
Aantal Installaties | 130 |
Huidige Versie | 1.1.0 |
Laatst Bijgewerkt | 2023-02-19 |
Publicatiedatum | 2023-02-14 |
Ontwikkelaar | dmw |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Summariser - ChatGPT Helper extension", "version": "1.1.0", "permissions": [ "storage", "unlimitedStorage", "contextMenus" ], "action": { "default_title": "" }, "icons": { "128": "assets\/logo 128.png", "512": "assets\/logo 512.png" }, "background": { "service_worker": "build\/background.js", "type": "module" }, "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/chat\/*" ], "css": [ "build\/content-style-chatgpt.css", "build\/content-style-chatgpt-overrides.css" ], "js": [ "build\/content-script-chatgpt.js" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; worker-src 'self'" } } |