GoogleChrome/samples

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

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 43 minutes ago
Added to GitGenius on September 11th, 2026
Created on June 3rd, 2014
Open Issues & Pull Requests: 147 (+0)
GitHub issues: Enabled
Number of forks: 2,393
Total Stargazers: 5,885 (+0)
Total Subscribers: 335 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 19.8 days
Mean response time: 201.0 days
90th percentile: 500.6 days
Tracked items: 37

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 19% of issues opened in the past year have been closed. Three people close 78% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 10
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 1,915 days
Stale 30+ days: 10
Stale 90+ days: 9

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • help wanted (2)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Google Chrome Samples is a repository of code examples demonstrating new functionality in Google Chrome releases and general web platform capabilities.

The repository serves as a collection of working demonstrations tied to Chrome features tracked on chromestatus.com. Samples can be contributed either as feature-specific examples linked to ChromeStatus entries or as general samples illustrating web platform techniques. The repository uses Jekyll-based templating to reduce boilerplate for feature samples, allowing developers to define front matter blocks that are processed during site generation while other files are served as-is. Contributors are encouraged to reference the SAMPLE_STARTING_POINT directory as a template and to mention relevant Chrome engineers in pull requests to ensure samples accurately represent the implemented functionality.

This repository is most useful for developers learning how to use newly released Chrome features or exploring web platform capabilities through concrete, working examples. It works best as a reference collection rather than as a dependency to integrate into projects. The samples follow the Google JavaScript Style Guide and are linted with ESLint using the google configuration, ensuring consistency across examples. Developers contributing samples should file pull requests against the gh-pages branch and can use Jekyll locally to preview their work before submission.

The project experiences slow response times on issues and pull requests, with first responses often taking weeks or longer.