Chrome Web



  1. Chrome Web Store Games
  2. Chrome Web Store Extensions
  3. Chrome Web Store Themes
  4. Chrome Web Store Themes Background

Chrome is a very popular web browser designed to be fast and lightweight. It was developed by Google in order to make surfing the web easier even as technology changes. Chrome has an incredibly minimalist interface with very few buttons or menus. This is intended to maximize the amount of screen space available for displaying websites. BrowsingHistoryView - View the browsing history of popluar Web browsers - Chrome, IE, Firefox, and Safari. Description ChromeHistoryView is a small utility that reads the history data file of Google Chrome Web browser, and displays the list of all visited Web pages in the last days. Google Chrome for Windows and Mac is a free web browser developed by internet giant Google. Chrome is designed to offer its users a fast and easy browsing experience, reason why its user interface is rather clean.Google has put efforts into making its browser a safe one with great settings, information and cookies management built-in tools. What are the main reasons for installing Google Chrome? Discover great apps, games, extensions and themes for Google Chrome.

The Chrome Web Store payments system is now deprecated and will be shut down over the coming months. There are many other ways to monetize your extensions, and if you currently use Chrome Web Store payments, you'll need to migrate to one of them.

Why this is changing #

The web has come a long way in the 11 years since we launched the Chrome Web Store. Back then, we wanted to provide a way for developers to monetize their Web Store items. But in the years since, the ecosystem has grown and developers now have many payment-handling options available to them.

What it means for developers #

If you don't use Chrome Web Store payments to monetize your extension, then this does not affect you and you don't have to do anything.

If you use Chrome Web Store payments to charge for your extension or in-app purchases, you'll need to migrate to another payments processor in the near future. If you use the licensing API to keep track of who has paid, you'll need to implement another way of tracking user licenses.

Web

Details of what's happening #

You will need to migrate your billing if you are affected by this change. Specifically, you'll need to make changes if you monetize your extensions in any of the following ways:

  1. If you have configured a one-time purchase for your extension using the developer dashboard.
  2. If you use any of the following resources in the Chrome Web Store API:
    • InAppProducts
    • UserLicenses
    • Payments
  3. If you use the following helper methods provided by buy.js:
    • google.payments.inapp.getSkuDetails
    • google.payments.inapp.buy
    • google.payments.inapp.getPurchases
    • google.payments.inapp.consumePurchase

Milestone dates #

Chrome

The deprecation timeline began with the temporary disabling of new paid items because of resource constraints due to Covid-19. We have since decided to make this change permanent, and over the coming months payments for existing items will be phased out.

  • March 27, 2020 Publishing of paid items temporarily disabled.
  • September 21, 2020 You can no longer create new paid extensions or in-app items. This change, in effect since March 2020, is now permanent.
  • December 1, 2020 Free trials are disabled. The 'Try Now' button in CWS will no longer be visible, and in-app free trials requests will result in an error.
  • Feb 1, 2021 Your existing items and in-app purchases can no longer charge money with Chrome Web Store payments. You can still query license information for previously paid purchases and subscriptions. (The licensing API will accurately reflect the status of active subscriptions, but these subscriptions won't auto-renew.)
  • At some future time The licensing API will no longer allow you to determine license status for your users.
Chrome

After payments is disabled, you can still use the Licensing API to determine if users are currently licensed. However, this is also deprecated and will be shut down at some point, so you should begin migrating your license tracking to a different implementation.

Exporting user licenses #

Chrome

If you're using the Chrome Web Store or the Licensing API, you'll need to do the following:

Chrome Web Store Games

  • Migrate to another payments processor
  • Migrate your licensing tracking

Chrome Web Store Extensions

There is no way to bulk export your existing user licenses, so you need to have your users help with this part of the migration.

We recommend that you handle license migration in your back-end system, using the Chrome Web Store API. You'll need to use OAuth 2.0 with your users' consent to access these APIs. The general sequence is:

Chrome Web Store Themes

  1. Implement your replacement payment/licensing scheme.
  2. Prepare a license migration app that runs on your site, which accesses the Chrome Web Store API. This app needs to use OAuth 2.0 to authenticate, with user consent, and fetch the user's subscription details.
  3. Create and publish a new version of your extension that directs users to your site to perform the migration.

Chrome Web Store Themes Background

ChromeDriver

Please note that we are migrating to a new ChromeDriver site.

WebDriver is an open source tool for automated testing of webapps across many browsers. It provides capabilities for navigating to web pages, user input, JavaScript execution, and more. ChromeDriver is a standalone server that implements the W3C WebDriver standard. ChromeDriver is available for Chrome on Android and Chrome on Desktop (Mac, Linux, Windows and ChromeOS).

You can view the current implementation status of the WebDriver standard here.

All versions available in Downloads

  • Latest stable release:ChromeDriver 90.0.4430.24
  • Latest beta release:ChromeDriver 91.0.4472.19

ChromeDriver Documentation

  • Getting started with ChromeDriver on Desktop (Windows, Mac, Linux)
  • ChromeOptions, the capabilities of ChromeDriver
  • Security Considerations, with recommendations on keeping ChromeDriver safe
  • Verbose logging and performance data logging

Troubleshooting

Getting Involved

  • The chromedriver-users mailing list for questions, help with troubleshooting, and general discussion.


All code is currently in the open source Chromium project. This project is developed by members of the Chromium and WebDriver teams.