Chrome: Difference between revisions

From Bitpost wiki
No edit summary
No edit summary
 
(10 intermediate revisions by the same user not shown)
Line 7: Line 7:
=== Install ===
=== Install ===


Install google chrome via apt 3rd party repo, then it will auto-update.  You can see the stable -> beta -> unstable versions [http://www.ubuntuupdates.org/ppa/google_chrome?dist=stable here].
  mh-install-chrome
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list'
  sudo apt-get update
sudo apt-get install google-chrome-stable # there is also beta (more recent) and unstable (bleeding edge)


Install the [https://www.google.com/tools/dlpage/hangoutplugin hangout plugin] so that it will auto-update via apt.
=== Usage ===
* download the plugin .deb file from https://www.google.com/tools/dlpage/hangoutplugin
For multiple sessions, use:
* Install the deb file from command line
  mh-chrome-session2&
  sudo dpkg -i ~m/Downloads/google-talkplugin_current_amd64.deb && sudo apt-get install -f # to fix any dependencies but there shouldn't be any
mh-chrome-session3&


I believe i had to use the ubuntu package to cut the isight firmware so the MBP camera would start working in chrome.
To get to a tab via keyboard:
Shift-F6 Shift-F6 (highlights current tab)
arrow left/right (move to other tabs, across X used to close tabs)
Shift-F10 (context menu - from there you can move tab to another window, sweeeeeet)


NOTE: I gave up on Chromium when google started jamming it up (requiring frequent cookie clearing).
=== Plugins ===
 
* Adblock Plus / uBlock Origin
* [https://chrome.google.com/webstore/detail/page-refresher/moacggdlfmplipnlkkaeeilfekjmicej/related?hl=en a random page refresher addon] that hasn't been hacked yet hopefully like the last one
* [https://github.com/iamadamdev/bypass-paywalls-chrome bypass-paywall]
* [https://gitlab.com/magnolia1234/bypass-paywalls-chrome-clean b-p "clean" ?]
* [https://chrome.google.com/webstore/detail/tabs-outliner/eggkanocgddhmamlbiijnphhppkpkmkl/related tabs-outliner]


=== Plugins ===


* Adblock Plus
==== older ones that I think i don't want ====
* [https://chrome.google.com/webstore/detail/tab-to-windowpopup-keyboa/adbkphmimfcaeonicpmamfddbbnphikh/related?hl=en tab-to-window] via keybaord YES
* [https://chrome.google.com/webstore/detail/tab-to-windowpopup-keyboa/adbkphmimfcaeonicpmamfddbbnphikh/related?hl=en tab-to-window] via keybaord YES
* consider [https://github.com/sindresorhus/merge-windows this one] - actually CONSIDER EXTENDING IT to allow selection of one window to merge to active, this would be all i need for optimal tab management
* [https://github.com/sindresorhus/merge-windows merge-windows] merges ALL, too much - CONSIDER EXTENDING IT to allow selection of one window to merge to active - or write my own tab manager extension that shows a tab tree with d&d, DOH
* Super Easy Auto Refresh < THIS HAS BEEN HACKED / MALWARE'd

Latest revision as of 21:02, 6 June 2022

Status

  • Fast, until it's not
  • Reliable
  • Great profiles with google auth, plugin and bookmark syncing

Install

mh-install-chrome

Usage

For multiple sessions, use:

mh-chrome-session2&
mh-chrome-session3&

To get to a tab via keyboard:

Shift-F6 Shift-F6 (highlights current tab)
arrow left/right (move to other tabs, across X used to close tabs)
Shift-F10 (context menu - from there you can move tab to another window, sweeeeeet)

Plugins


older ones that I think i don't want

  • tab-to-window via keybaord YES
  • merge-windows merges ALL, too much - CONSIDER EXTENDING IT to allow selection of one window to merge to active - or write my own tab manager extension that shows a tab tree with d&d, DOH
  • Super Easy Auto Refresh < THIS HAS BEEN HACKED / MALWARE'd