nex-accent-contrast-ext
Ship a Manifest V3 Chrome extension that applies a custom accent color theme across any website.
- Generate a production-ready Manifest V3 extension without manual scaffolding.
- Apply dynamic color themes to third-party websites via CSS injection.
- Learn HSL color math for generating UI states (hover/active) from a single hex.
$9
· or 45 creditsSecure checkout via Stripe
Included in download
- Generate a production-ready Manifest V3 extension without manual scaffolding.
- Apply dynamic color themes to third-party websites via CSS injection.
- terminal automation included
Sample input
Build me a Chrome extension that changes every website's primary color to #ff5733 with a toggle for each site.
Sample output
I've deployed the Nex Accent extension source to /assets/extension/. Key features: - Core: Manifest V3 with HSL palette generation. - Logic: content.js handles high-specificity CSS injection. - UI: Popup toggle and per-domain intensity settings. - Build: No-build vanilla JS pattern.
nex-accent-contrast-ext
Ship a Manifest V3 Chrome extension that applies a custom accent color theme across any website.
$9
· or 45 creditsSecure checkout via Stripe
Included in download
- Generate a production-ready Manifest V3 extension without manual scaffolding.
- Apply dynamic color themes to third-party websites via CSS injection.
- terminal automation included
- Instant install
Sample input
Build me a Chrome extension that changes every website's primary color to #ff5733 with a toggle for each site.
Sample output
I've deployed the Nex Accent extension source to /assets/extension/. Key features: - Core: Manifest V3 with HSL palette generation. - Logic: content.js handles high-specificity CSS injection. - UI: Popup toggle and per-domain intensity settings. - Build: No-build vanilla JS pattern.
About This Skill
Build a Global Site Recolor Extension
Nex Accent is a professional-grade Chrome Extension (Manifest V3) that acts like Dark Reader, but for custom accent colors. It provides a complete, production-ready codebase for dynamically recoloring every website a user visits using a single hex code. Instead of starting from scratch, this skill delivers the full source code for a "content-rewriter" extension that handles the complex math and CSS overrides required to theme the web.
Advanced Color Engineering
The skill features a sophisticated HSL math engine that generates a unified palette—including hover states, active states, borders, and muted tones—from one input color. It solves the "style specificity" problem by injecting high-priority stylesheets at document_start, ensuring your custom theme overrides heavy frameworks like Tailwind, Bootstrap, and Material UI without flickering.
No-Build Workflow
This is a vanilla JS/HTML/CSS implementation. There are no heavy dependencies, no npm install, and no bundler required. You get a raw, performant dev loop: edit the code, click refresh in Chrome, and see the results instantly.
- Manifest V3 compliant (Service Workers, Scripting API).
- Per-domain settings with local storage persistence.
- Custom CSS escape hatch for power users.
- High-specificity selector engine for global compatibility.
- Complete assets: icons, popups, and settings pages.
Use Cases
- Generate a production-ready Manifest V3 extension without manual scaffolding.
- Apply dynamic color themes to third-party websites via CSS injection.
- Learn HSL color math for generating UI states (hover/active) from a single hex.
- Build a domain-specific site styler with per-page toggle settings.
How to Install
mkdir -p ~/.claude/skills && curl -sL https://www.agensi.io/api/install/nex-accent-contrast-ext -o /tmp/nex-accent-contrast-ext.zip && unzip -o /tmp/nex-accent-contrast-ext.zip -d ~/.claude/skills && rm /tmp/nex-accent-contrast-ext.zipFree skills install directly. Paid skills require purchase - use the download button above after buying.
Reviews
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Be the first to review this skill.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
Allowed Hosts
File Scopes