Google Chrome Extension (nonfiction): Difference between revisions

From Gnomon Chronicles
Jump to navigation Jump to search
No edit summary
No edit summary
Line 61: Line 61:


* [https://en.wikipedia.org/wiki/Google_Chrome Google Chrome] @ Wikipedia
* [https://en.wikipedia.org/wiki/Google_Chrome Google Chrome] @ Wikipedia
* [https://thoughtbot.com/blog/how-to-make-a-chrome-extension How to Make a Chrome Extension]


[[Category:Nonfiction (nonfiction)]]
[[Category:Nonfiction (nonfiction)]]

Revision as of 11:01, 10 December 2019

A Google Chrome Extension is a browser extension that modifies Google Chrome.

Chrome Extensions are written using web technologies like HTML, JavaScript, and CSS.

They are distributed through Chrome Web Store, initially known as the Google Chrome Extensions Gallery. All users with a Google Account are able to add extensions after developing them. Many Chrome extensions, once installed, have access to the user's data. There are three levels of permissions that an app or extension may request. All extensions must have a clear and singular purpose.

Developing Chrome Extensions

Extensions Overview

Google's Extensions Overview page states:

Extensions are zipped bundles of HTML, CSS, JavaScript, images, and other files used in the web platform, that customize the Google Chrome browsing experience. Extensions are built using web technology and can use the same APIs the browser provides to the open web.

Extensions have a wide range of functional possibilities. They can modify web content users see and interact with or extend and change the behavior of the browser itself.

Consider extensions the gateway to making the Chrome browser the most personalized browser.

Getting Started Tutorial

Google's Getting Started Tutorial states:

Extensions are made of different, but cohesive, components. Components can include background scripts, content scripts, an options page, UI elements and various logic files. Extension components are created with web development technologies: HTML, CSS, and JavaScript. An extension's components will depend on its functionality and may not require every option.

Develop Extensions

Google's Develop Extensions] page summarizes Extension components and capabilities.

Customize extension user interface

Build extension utilities

Modify and observe the Chrome Browser

Modify and observe the web

Package, deploy and update

Expand Chrome DevTools

In the News

Fiction cross-reference

Nonfiction cross-reference

  • Google (nonfiction) - an American multinational technology company that specializes in Internet-related services and products, which include online advertising technologies, search engine, cloud computing, software, and hardware.
  • Google Chrome (nonfiction) - a cross-platform web browser developed by Google. It was first released in 2008 for Microsoft Windows, and was later ported to Linux, macOS, iOS, and Android. The browser is also the main component of Chrome OS, where it serves as the platform for web apps.

External links: