项目作者: dideler

项目描述 :
Chrome extension for recognisable Google tabs
高级语言: JavaScript
项目地址: git://github.com/dideler/restore-google-icons.git
创建时间: 2020-11-08T18:13:26Z
项目社区:https://github.com/dideler/restore-google-icons

开源协议:

下载


restore-google-icons

Recognizable tabs for Google services

Before

After

Fork of the Restore old Google icons extension.

  • Removes cruft (e.g. background script, popups, unused files)
  • Fixes icons for Docs, Sheets, Slides, Forms
  • Refactored code (e.g. don’t repeat icon definitions, don’t reset icon every second)

Usage

I’m not publishing this extension to the Chrome Web Store as it’s a fork for personal usage.
But you can still use it by following these steps:

  1. Download the source code (e.g. clone or download latest release and unzip it)
  2. In Chrome, go to chrome://extensions/ (In Brave, go to brave://extensions/)
  3. Enable “Developer mode”
  4. Click “Load unpacked” and select the directory with the extension’s source code

Release

When pushing a tag to GitHub, it creates a zip of the source as the release.
But if you want to have a slimmer release with only the necessary files:

  1. Create and push git tag for the new version
  2. Bundle the extension: zip -9 -r restore-google-icons.zip manifest.json *.js
  3. Go to the relevant release on GitHub and upload zip