# chrome-gnome-shell **Repository Path**: herowuking/chrome-gnome-shell ## Basic Information - **Project Name**: chrome-gnome-shell - **Description**: 1.安装好gnome-tweak-tool2.安装chrome浏览器,并在chrome的“应用商店”里面安装gnome-shell-extensions插件3.在centos7上安装yum源里仅有的一些gnome-shell插件:sudo yum install -y gnome-shell*4.(最关键的一步)安装“主机与浏览器之间的连接器”是一款名为chrome-gnome-shell的插件,这款插件在yum源里是没有的,但是github上有,从github上clone或者下载这个插件下来,依次执行以下命令: # 进入chrome-gnome-shell目录中 # sudo yum install -y cmake # sudo yum install -y jq # mkdir build # cd build # cmake -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_EXTENSION=OFF ../ # sudo make install - **Primary Language**: JavaScript - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-06-15 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README GNOME Shell integration for Chrome ============================================ [![Code Health](https://landscape.io/github/nE0sIghT/chrome-gnome-shell-mirror/master/landscape.svg?style=flat)](https://landscape.io/github/nE0sIghT/chrome-gnome-shell-mirror/master) Introduction ------------ This repository contains Browser extension for Google Chrome/Chromium, Firefox, Vivaldi, Opera (and other Browser Extension, Chrome Extension or WebExtensions capable browsers) and native host messaging connector that provides integration with GNOME Shell and the corresponding extensions repository https://extensions.gnome.org/. Requirements ------------ * GNOME Shell * Python 2.7+ or 3.x * PyGObject * Python Requests >= 2.4.2 Installation ------------ Recent installation instructions are [available in GNOME wiki](https://wiki.gnome.org/Projects/GnomeShellIntegrationForChrome/Installation).