awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
GoogleChrome avatar

GoogleChrome/samples

0
View on GitHub↗
5,882 星标·2,393 分支·JavaScript·Apache-2.0·3 次浏览www.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 历史

googlechrome/samples 的 Star 历史图表googlechrome/samples 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Samples 的开源替代方案

相似的开源项目,按与 Samples 的功能重合度排序。
  • sindresorhus/eslint-plugin-unicornsindresorhus 的头像

    sindresorhus/eslint-plugin-unicorn

    4,931在 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
    在 GitHub 上查看↗4,931
  • sds/overcommitsds 的头像

    sds/overcommit

    4,008在 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
    在 GitHub 上查看↗4,008
  • googlechromelabs/ui-element-samplesGoogleChromeLabs 的头像

    GoogleChromeLabs/ui-element-samples

    4,122在 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
    在 GitHub 上查看↗4,122
  • just-the-docs/just-the-docsjust-the-docs 的头像

    just-the-docs/just-the-docs

    9,060在 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
    在 GitHub 上查看↗9,060
查看 Samples 的所有 30 个替代方案→

常见问题解答

googlechrome/samples 是做什么的?

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

googlechrome/samples 的主要功能有哪些?

googlechrome/samples 的主要功能包括: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。

googlechrome/samples 有哪些开源替代品?

googlechrome/samples 的开源替代品包括: 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…