From Chaos
Turn webpages into organized data.
What is From Chaos?
From Chaos is a Chrome extension developed by Ryder Calm Down, and its main feature is "Turn webpages into organized data.".
Extension Screenshots
Download From Chaos Extension CRX File
Download From Chaos 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
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
Extension Basic Information
Name | |
ID | gmionecaojpgfddmckjjphjmijoonjmi |
Official URL | https://chromewebstore.google.com/detail/from-chaos/gmionecaojpgfddmckjjphjmijoonjmi |
Description | Turn webpages into organized data. |
File Size | 8.64 MB |
Installation Count | 29 |
Current Version | 0.0.1 |
Last Updated | 2023-09-29 |
Publish Date | 2023-09-28 |
Developer | Ryder Calm Down |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://rydercalmdown.com/projects/from-chaos-chrome-extension |
Supported Languages | 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';" } } |