awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
GoogleChrome avatar

GoogleChrome/samples

0
View on GitHub↗
5,882 stars·2,393 forks·JavaScript·Apache-2.0·8 viewswww.chromestatus.com/samples↗

Samples

A repo containing samples tied to new functionality in each release of Google Chrome.

Features

  • Chrome Feature Demonstrations - Showcase new functionality in each Chrome release with runnable HTML, CSS, and JavaScript code samples.
  • ChromeStatus-Backed Registries - Links each sample to a canonical ChromeStatus feature entry via a structured metadata file.
  • Chrome Feature Code Samples - Code samples that demonstrate new functionality in each release of Google Chrome, using HTML, CSS, and JavaScript.
  • Chrome Feature Samples - Offering reference-quality code snippets that accompany Chrome feature documentation for web developers.
  • Web Platform API Samples - Providing ready-to-run HTML, CSS, and JavaScript samples that illustrate specific web platform features.
  • Chrome Release Branches - Organises samples into directories or branches named after each Chrome release version.
  • GitHub Pages - Serves runnable HTML/CSS/JS samples as static pages directly from the repository.
  • Code Quality Linting - Checking contributed samples against the Google JavaScript Style Guide to maintain consistent code standards.
  • Boilerplate Templates - Provides a standard HTML skeleton with metadata front matter for each new feature sample.
  • Manual Curation Workflows - Relies on human contributors to create and update samples rather than automated generation.
  • JavaScript Style Linting - Enforces a consistent coding style across all samples using automated linting rules.

Star history

Star history chart for googlechrome/samplesStar history chart for googlechrome/samples

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does googlechrome/samples do?

A repo containing samples tied to new functionality in each release of Google Chrome.

What are the main features of googlechrome/samples?

The main features of googlechrome/samples are: Chrome Feature Demonstrations, ChromeStatus-Backed Registries, Chrome Feature Code Samples, Chrome Feature Samples, Web Platform API Samples, Chrome Release Branches, GitHub Pages, Code Quality Linting.

Which projects share features with googlechrome/samples?

Projects with overlapping indexed features include: sindresorhus/eslint-plugin-unicorn — eslint-plugin-unicorn is an ESLint plugin that provides a large set of opinionated lint rules for JavaScript and… sds/overcommit — Overcommit is a Git hook manager and pre-commit validation framework designed to automate the execution of scripts and… googlechromelabs/ui-element-samples — This project is a collection of reference implementations and prototypes focused on routing, performance optimization,… just-the-docs/just-the-docs — Just the Docs is a Jekyll theme designed for building documentation sites that are hosted on GitHub Pages. It provides… mdevils/node-jscs — node-jscs is a static code analysis tool and JavaScript code style linter. It functions as a JavaScript code formatter… gilbarbara/logos — Logos is a curated collection of optimized SVG logos for developer tools and brands, stored as individual SVG files in…

Projects sharing features with Samples

These projects share indexed features with Samples. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • sindresorhus/eslint-plugin-unicornsindresorhus avatar

    sindresorhus/eslint-plugin-unicorn

    4,931View on GitHub↗

    eslint-plugin-unicorn is an ESLint plugin that provides a large set of opinionated lint rules for JavaScript and TypeScript projects. Its primary purpose is to enforce code quality, prevent common errors and anti-patterns, and promote a consistent coding style across a codebase. The plugin distinguishes itself by offering an opinionated preset configuration that imposes a specific coding style rather than leaving all choices to the user. Its rules are specifically designed to catch logical mistakes and code smells that go beyond standard ESLint rules. As an added capability, the plugin also e

    JavaScripteslinteslint-configeslint-plugin
    View on GitHub↗4,931
  • sds/overcommitsds avatar

    sds/overcommit

    4,008View on GitHub↗

    Overcommit is a Git hook manager and pre-commit validation framework designed to automate the execution of scripts and checks during various Git events. It serves as a workflow automation tool that ensures code quality and project standards are met before changes are committed or pushed to a remote repository. The system distinguishes itself through a comprehensive YAML-based configuration that allows for detailed hook behavior control, including file execution filtering, conditional skipping, and the management of hook dependencies. It provides specialized roles such as a commit message vali

    Ruby
    View on GitHub↗4,008
  • googlechromelabs/ui-element-samplesGoogleChromeLabs avatar

    GoogleChromeLabs/ui-element-samples

    4,122View on GitHub↗

    This project is a collection of reference implementations and prototypes focused on routing, performance optimization, background threading, and user interface components. It serves as a sample library demonstrating the use of modern web platform features and native browser APIs. The repository provides prototypes for high-performance graphics, including 3D effects and animations rendered via hardware acceleration and CSS transformations. It includes implementation examples for client-side routing to synchronize application state with browser URLs and pattern galleries for offloading computat

    JavaScript
    View on GitHub↗4,122
  • just-the-docs/just-the-docsjust-the-docs avatar

    just-the-docs/just-the-docs

    9,060View on GitHub↗

    Just the Docs is a Jekyll theme designed for building documentation sites that are hosted on GitHub Pages. It provides a responsive, mobile-friendly layout with built-in search, hierarchical navigation, and extensive customization through overridable SCSS variables, Liquid includes, and page layouts. The theme distinguishes itself through a file-based navigation hierarchy that automatically generates multi-level collapsible menus from directory structures and front matter, combined with client-side full-text search that indexes page content at build time. It includes automated deployment via

    SCSSdocumentationgithub-pagesjekyll
    View on GitHub↗9,060
Compare all 30 related projects→