Website/Google Chrome Extension

    From The Document Foundation Wiki

    Google Chrome Extension

    Hello!

    My name is Florian Reisinger and I want to develop a Google Chrome Extension for the LibreOffice-Website.

    But I can't do that on my own, I need your help!


    Downloading the Extension

    Till the extension is finished, it will be downloadable at this wiki:

    File:LibreOffice.zip

    After downloading please rename the file to *.crx

    Versions

    __0.0.0.2

    Nothing works fine :) ,but this version is just a short preview...


    Versions - preview

    __0.0.0.3 - 0.9.0

    • A clear decision should be made which page of the website should be referred to.
    • The extension should be localized, i.e. if your system is german you will get the german website
    • Get the witdh of the website, so you don't need to scroll horizontal.
    • I need help with a *.html file with some javascript


    The javascript code should be something like:

    if chome.i18n.getMassage("Locale for example en_us") is en then referr to http:\\libreoffice.org/en, if not

    if chome.i18n.getMassage("Locale for example en_us") is de then referr to http:\\libreoffice.org/de, if not

    if chome.i18n.getMassage("Locale for example en_us") is en then referr to http:\\libreoffice.org/en, if not

    ....