Giter Club home page Giter Club logo

ichrome's Introduction

iChrome

Build Status Codacy Badge Crowdin devDependency Status twitter

iChrome is a highly customizable, iGoogle homepage replacement extension influenced by Google Now. It includes almost 100 HD themes, over 30 widgets, support for multiple tabs, "OK Google" hotword detection and voice search, internationalization support and almost complete customization.

This is the full source for iChrome except for API secrets which have been replaced with placeholders.

Jump to Section

Setup

[Back To Top]

Follow these steps to run iChrome in Google Chrome as a developer.

  • Open the url chrome://extensions/ in Google Chrome.
  • Click to enable Developer mode so that you see developer options.
  • Click the "Load unpackaged extensions..."
  • Browse to the location where iChrome repo is installed, and select the sub-directory iChrome/app as the extension source.

If you already have iChrome installed from the Google Play store, then remove the extension before doing the above.

Road Map

[Back To Top]

V2.x

  • A real website

V2.2

These are very much in flux, any of them could be postponed or skipped.

iChrome Pro:
  • Prioritized support and suggestions
  • 2 fully synced themes per tab.
  • The ability to create dynamic custom themes (video, slide-shows, time and date dependent) that are hosted on iChrome servers
  • 30 online backups
  • "Parental" controls with the ability to blacklist widgets and lock configurations remotely
  • Possibly maximizable widgets
  • Various widget features including real-time stocks with charts, real-time analytics, more accurate weather, etc.

Contributing

[Back To Top]

If you'd like to contribute, please fork the repo and submit a pull request.

Style Guide

[Back To Top]

  • Code is indented with 4 space tabs, never spaces
  • Double quotes are always used unless the string contains double quotes, such as with HTML
  • Trailing semicolons are always used
  • When multiple variables are being defined at the top of a function they should generally be combined into one var statement
  • Ternary operators are fine especially for string concatenation
  • Performance should always be favored over readability for small snippets. i.e. $(body).append($('<div></div>').attr("data-id", id.split("-")[1])) instead of var elm = $('<div></div>'), id = id.split("-")[1]; elm.attr("data-id", id)....

License

[Back To Top]

iChrome is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.

Basically, feel free to use the code however you want as long as you give credit. And, if you don't mind please let me know.

ichrome's People

Contributors

madiele avatar amkohn avatar thinkingmedia avatar htdvisser avatar

Watchers

James Cloos avatar Haimeng Zhou avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.