Differences between revisions 34 and 35
Revision 34 as of 2019-10-11 03:27:30
Size: 1688
Comment: Remote extensions have been re-enabled in Chromium since 58.0.3029.68-1, so the extensions section has been obsoleted and replaced with new info
Revision 35 as of 2019-10-12 02:51:39
Size: 1712
Editor: PaulWise
Comment: modernise
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:
Line 12: Line 13:
apt-get update
apt-ge
t install chromium chromium-l10n
apt install chromium chromium-l10n
Line 20: Line 20:
Many popular, useful, and open-source browser extensions for Chromium are built as Debian packages that can be loaded locally and updated via Apt, reducing the need to use the Chrome Web Store and to trust the binary extension files that it serves. You can find these by searching DebianPkg:webext Many popular, useful, and open-source browser extensions for Chromium are built as Debian packages that can be loaded locally and updated via Apt, reducing the need to use the Chrome Web Store and to trust the binary extension files that it serves. You can find these by searching for [[DebianPkg:webext-|packages named webext-*]].
Line 23: Line 23:
Line 28: Line 29:
 * [[http://www.gnome.org/projects/epiphany/|Epiphany]]  * [[https://www.gnome.org/projects/epiphany/|Epiphany]]
Line 34: Line 35:
 * [[http://www.chromium.org/]] - Chromium homepage.
 * [[http://www.google.com/chrome]] - Google Chrome homepage.
 * [[http://superuser.com/questions/523852]] - how to install Chrome Web Store extensions on old Chrome versions such as 6.0.
 * [[https://www.chromium.org/]] - Chromium homepage.
 * [[https://www.google.com/chrome]] - Google Chrome homepage.
 * [[https://superuser.com/questions/523852]] - how to install Chrome Web Store extensions on old Chrome versions such as 6.0.
Line 39: Line 40:

Translation(s): English - Français - Italiano - 简体中文 - Русский- Español


Chromium is an open source web browser that strives for a secure, fast and stable web browsing experience for its users. It is the open source project behind Google Chrome.

Installation

How to install Chromium:

apt install chromium chromium-l10n

(chromium-l10n is only used for localization and is optional)

Extensions

Many popular, useful, and open-source browser extensions for Chromium are built as Debian packages that can be loaded locally and updated via Apt, reducing the need to use the Chrome Web Store and to trust the binary extension files that it serves. You can find these by searching for packages named webext-*.

Viewing PDF

Chromium can view PDFs without any additional extensions (internally using PDFium software library)

Alternative browsers

See also


CategorySoftware | CategoryNetworkApplication | CategoryWebBrowser