Zum Hauptinhalt springen
tsecurity.de LIVE
Echtzeit-Radar & Feeds
Alle RSS Feeds
👥 Community & Social
AI & KI NachrichtenHow to Combine Traditional Machine Learning with Agentic Reasoning(10.09.2026 um 14:00 Uhr)
AI & KI NachrichtenFine-Tuning Agentic AI: A Practical Guide(11.09.2026 um 14:00 Uhr)
AI & KI NachrichtenA Gentle Introduction to Model Distillation(14.09.2026 um 14:42 Uhr)
AI & KI NachrichtenThe Roadmap to Mastering Voice Agents(16.09.2026 um 14:00 Uhr)
Sichere ProgrammierungWhat happens when an AI doesn't know the answer?(23.09.2026 um 03:02 Uhr)
Sichere ProgrammierungAmbiguous submission outcomes should never be retried(23.09.2026 um 03:03 Uhr)
Sichere ProgrammierungI let git history grade six famous open-source projects(23.09.2026 um 03:11 Uhr)
Sichere ProgrammierungI'm changing my logo(23.09.2026 um 03:11 Uhr)
AI & KI NachrichtenHow to Combine Traditional Machine Learning with Agentic Reasoning(10.09.2026 um 14:00 Uhr)
AI & KI NachrichtenFine-Tuning Agentic AI: A Practical Guide(11.09.2026 um 14:00 Uhr)
AI & KI NachrichtenA Gentle Introduction to Model Distillation(14.09.2026 um 14:42 Uhr)
AI & KI NachrichtenThe Roadmap to Mastering Voice Agents(16.09.2026 um 14:00 Uhr)
Sichere ProgrammierungWhat happens when an AI doesn't know the answer?(23.09.2026 um 03:02 Uhr)
Sichere ProgrammierungAmbiguous submission outcomes should never be retried(23.09.2026 um 03:03 Uhr)
Sichere ProgrammierungI let git history grade six famous open-source projects(23.09.2026 um 03:11 Uhr)
Sichere ProgrammierungI'm changing my logo(23.09.2026 um 03:11 Uhr)
Intelligence View
⚡ tsecurity.de Intelligence

AI in Chrome DevTools: Apply CSS Changes Directly to Your Local Source Code with AI Assistance

Chrome DevTools introduced AI Assistance in October 2024. Initially, AI assistance could only modify page content, but it couldn't apply those changes directly to your local source code. At Google I/O 2025, a new feature was introduced,…

0
↗ Quelle (dev.to)
Reagiere als Erste:r — dein Feedback zählt!

Chrome DevTools introduced AI Assistance in October 2024. Initially, AI assistance could only modify page content, but it couldn't apply those changes directly to your local source code.



At Google I/O 2025, a new feature was introduced, allowing you to apply changes from AI assistance directly to your local source code. This means any modifications made with AI assistance will now be persistent.



To enable this, you need to connect your source code to Chrome DevTools via Workspace.



DevTools Workspace Demo






Automatic Workspace Folders



Manually connecting source code can be inconvenient, especially when working on multiple projects. Fortunately, you can now automatically connect your source code to Chrome DevTools using Automatic Workspace Folders.



For Automatic Workspace Folders to work, you need to create a com.chrome.devtools.json file inside a .well-known/appspecific folder. The com.chrome.devtools.json file should look like this:




{
"workspace": {
"root": "/Users/foo/bar",
"uuid": "53b029bb-c989-4dca-969b-835fecec3717"
}
}







  • workspace.root is the absolute path to your project folder (where your source code is located).

  • workspace.uuid is a valid UUID, ideally a randomly generated v4 UUID, which you should generate when setting up your project folder.



You can generate a UUID using any online UUID generator tool, by running the command npx --package uuid uuid v4 in your terminal, or by calling crypto.randomUUID() in JavaScript.



Alternatively, you can generate the com.chrome.devtools.json file using the following script:




mkdir -p .well-known/appspecific
echo "{\"workspace\":{\"root\":\"${PWD}\",\"uuid\":\"`npx --package uuid uuid v4`\"}}" > .well-known/appspecific/com.chrome.devtools.json






If you are using Vite, you can install Vite Plugin for DevTools Project Settings (npm install -D vite-plugin-devtools-json). Add this plugin to your Vite configuration, and it will automatically create the .well-known/appspecific folder in your Vite cache with a randomly generated UUID.




import {defineConfig} from 'vite';
import devtoolsJson from 'vite-plugin-devtools-json';

export default defineConfig({
plugins: [
devtoolsJson(),
// ...
]
});









AI Assistance in Action



Once your source code is connected to Chrome DevTools (either manually or automatically), and you've confirmed AI assistance is enabled in Chrome DevTools, you can begin using AI assistance for persistent CSS fixes.



Screenshot of



Here's how to use it:




  1. Open Chrome DevTools.

  2. In the Elements panel, right-click the element you want to modify, and select "AI Assistance."

  3. Enter a prompt to make styling changes to your element (e.g., "Change font color to red" or "Set the image aspect ratio to letterbox").

  4. Follow the conversation to apply the changes temporarily.

  5. Click "Apply to workspace" to make the changes persistent in your local source code.



Screenshot of AI Assistance with






Conclusion



Getting AI to help with CSS changes right in Chrome DevTools is a good step forward for web developers. While AI can't do everything yet, but this small feature stops you from manually copying and pasting CSS from AI Assistance. This makes your work smoother and helps you get things done a bit faster. It's a handy tool to have.

Ähnliche Beiträge
🔍 Verwandte News

Auch interessante Nachrichten AI in Chrome DevTools: Apply CSS Changes Directly to Your Local Source Code with AI Assistance

Thematisch verwandte Begriffe: Chrome, DevTools, Apply, Changes · 6 Treffer

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Zum Aktualisieren ziehen
ZERO-DAY CVE-2026-17636 | IBM Financial Transaction Manager (FTM) for RedHat OpenShift could allow…
Advisory →
TTS Reader • tsecurity.de Voice
tsecurity.de Icon
tsecurity.de App
Offline-Lesen, Eilmeldungen & 0ms Ladezeit

Installiere tsecurity.de direkt auf deinen Home-Bildschirm für das ultimative Vollbild-Magazinerlebnis ohne Browser-Leisten.

Nächster Beitrag
Themen-Radar & Intelligence Matrix
Echtzeit-Taxonomie nach Angriffsvektoren & Plattformen

tsecurity.de Live Threat Radar

🔴 LIVE RADAR
MONITORING
AKTIV
CVE-DATENBANK
LIVE
🔍
Community Radar & Live Chat
Sentinel Bot online • Live-Stream
Dein Cluster: Security Explorer
Match:
lädt…
Verbindung zum Community-Stream wird aufgebaut...
Bearbeitungsmodus — Senden überschreibt deine Nachricht
Community-Puls — was gerade passiert
lädt…
Aktivitäten deiner Analysten
lädt…
Neues Thema oder Eilmeldung einreichen

Reiche interessante Links, Zero-Days oder Debatten ein. Die Community entscheidet per Upvote über die Veröffentlichung.

Heiß diskutierte Einreichungen
🔖 Gespeicherte Artikel
📂 Keine gespeicherten Artikel vorhanden.
Zurück Ziehen Vor
Links: vorheriger Artikel Rechts: nächster Artikel unten: schließen
News NIS-2 Frühwarnung Tier-1 Intel ⏱️ 3 Min vor 10 Min
Artikeldaten werden geladen...

Zurück: vorheriger Vor: nächster
↗ Original-Quelle
Social Reaktionen Deine Reaktion zählt
Einstufung & Relevanz-Poll 0 Stimmen
In sozialen Netzwerken teilen 1-Klick