From Chaos
Turn webpages into organized data.
Qu'est-ce que From Chaos ?
From Chaos est une extension Chrome développée par Ryder Calm Down, et sa fonction principale est "Turn webpages into organized data.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension From Chaos
Téléchargez les fichiers d'extension From Chaos au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Turn content on webpages into organized data with the power of ChatGPT. 1. Enter your OpenAI API Key 2. Navigate to your desired page 3. Click the extension 4. Describe what data you want 5. Choose your data type (JSON, YAML, CSV, etc) 6. Download the data
Informations de Base sur l'Extension
Nom | |
ID | gmionecaojpgfddmckjjphjmijoonjmi |
URL Officiel | https://chromewebstore.google.com/detail/from-chaos/gmionecaojpgfddmckjjphjmijoonjmi |
Description | Turn webpages into organized data. |
Taille du Fichier | 8.64 MB |
Nombre d'Installations | 29 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2023-09-29 |
Date de Publication | 2023-09-28 |
Développeur | Ryder Calm Down |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://rydercalmdown.com/projects/from-chaos-chrome-extension |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "From Chaos", "action": { "default_popup": "home.html" }, "manifest_version": 3, "version": "0.0.1", "description": "Turn webpages into organized data.", "permissions": [ "activeTab", "scripting", "storage" ], "icons": { "16": "icons\/16x16.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';" } } |