Giter VIP home page Giter VIP logo

provisu-look's Introduction

hon-provisu-extension

Build Status

Pro Visu Look – Background, text color and font size change.

Currently available on the Chrome Store.

Install

extension

$ npm install
$ bower install
$ gulp build

web service

$ npm install
$ bower install
$ gulp build-web

toolbar

$ npm install
$ bower install
$ gulp build-toolbar

Run

web

$ gulp server

A server will be launched on http://localhost:3000

extension

from google Chrome:

  • Go to Settings ==> Extensions
  • Enable Developer mode
  • load unpacked extension...
  • select /dist

toolbar

$ gulp serve-toolbar

Toolbar usage

Options

  • container : String

    container in which the toolbar is included.

  • url : String

    url to give to the service.

  • i18n : en | fr | es

    language for tooltip.

  • responsive : Boolean

    make toolbar responsive. Optional, default value is true.

  • fontSize : Boolean

    show fontSize controls. Optional, default value is true.

  • icon : white | black | blue | cyan | false

    show only one icon. Optional, default value is false.

Blue icon with font size controls in French

<script src="https://provisu.ch/toolbar/latest/toolbar.js" type="text/javascript"></script>
<script>
  loadProvisuToolbar({
    container: 'oneB',
    url: document.URL,
    i18n: 'fr',
    icon: 'blue',
    fontSize: true,
  });
</script>

Documentation

Original documentation for extension preparation.

$ gulp doc

Developers

License

Apache License 2.0

provisu-look's People

Contributors

pierre-ra avatar adrion avatar williambelle avatar

Watchers

James Cloos avatar  avatar  avatar  avatar Ljiljana Dolamic avatar  avatar  avatar  avatar

Forkers

fossabot

provisu-look's Issues

url rewriting

weird behavior with url rewriting :

See with ?url=https://wikipedia.org
All languages links are rewrote to

https://wikipedia.org//es.wikipedia.org/

Another problem is that src without protocol doesn't work :
See with ?url=https://fr.wikipedia.org/wiki/Portail:Sciences
Images like

//upload.wikimedia.org/wikipedia/commons/thumb/c/cc/Logo_physics.svg/24px-Logo_physics.svg.png

are rewrote to

https://fr.wikipedia.org//upload.wikimedia.org/wikipedia/commons/thumb/c/cc/Logo_physics.svg/24px-Logo_physics.svg.png

YouTube videos are filtered out

When using the service, YouTube videos are filtered out, and are not available.
We should add an exception for div from YouTube.

Fill empty input tags

Tags with pictures and no text are rendered empty. A placeholder would improve navigation.

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.