Add-on:Web Viewer: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
m (Addon-Bot Update)
m (Reverted edits by NedBot (talk) to last revision by NedBot)
Line 1: Line 1:
{{Add-on
{{Addon
|Name=Web Viewer
|Name=Web Viewer
|provider-name=Rick Phillips (ruuk)
|provider-name=Rick Phillips (ruuk)
|ID=script.web.viewer
|ID=script.web.viewer
|latest-version=0.9.15
|latest-version=0.9.10
|extension point=xbmc.python.script
|extension point=xbmc.python.script
|provides=executable
|provides=executable
|Summary=Simple web browser
|Summary=Simple web browser
|Description=
|Description=
Web Viewer is a linear text web browser. It is linear because it doesn't render pages, it filters them and displays text in the order it is found in the original HTML.
Web Viewer is a linear text web browser. It is linear because it doesn't render pages, it filters them and displays text in the order it is found in the original HTML.


Web viewer also allows addon developers to process application authorization (ie. facebook,flickr etc.) with little programming and without violating terms of use.
Web viewer also allows addon developers to process application authorization (ie. facebook,flickr etc.) with little programming and without violating terms of use.


What it does:
What it does:
*You can follow links, fill out forms, view images
    *You can follow links, fill out forms, view images
*Stream video/audio links
    *Stream video/audio links
*It has back/forward history
    *It has back/forward history
*Bookmarks
    *Bookmarks
 
   
What it doesn't do:
What it doesn't do:
*Handle style sheets, javascript, flash, etc.
    *Handle style sheets, javascript, flash, etc.
*Make web pages look good :)
    *Make web pages look good :)
*Lots of other stuff
    *Lots of other stuff
   
|Platform=all
|Language=
|License=GNU GENERAL PUBLIC LICENSE. Version 2, June 1991
|Forum=http://forum.xbmc.org/showthread.php?tid=90007
|Website=
|Source=http://github.com/ruuk/script.web.viewer
|Email=
|broken=
|icon url=http://mirrors.kodi.tv/addons/gotham/script.web.viewer/icon.png}}
{{Add-on
|Name=Web Viewer
|provider-name=Rick Phillips (ruuk)
|ID=script.web.viewer
|latest-version=0.9.15
|extension point=xbmc.python.script
|provides=executable
|Summary=Simple web browser
|Description=
Web Viewer is a linear text web browser. It is linear because it doesn't render pages, it filters them and displays text in the order it is found in the original HTML.
 
Web viewer also allows addon developers to process application authorization (ie. facebook,flickr etc.) with little programming and without violating terms of use.
 
What it does:
*You can follow links, fill out forms, view images
*Stream video/audio links
*It has back/forward history
*Bookmarks
 
What it doesn't do:
*Handle style sheets, javascript, flash, etc.
*Make web pages look good :)
*Lots of other stuff
|Platform=all
|Platform=all
|Language=
|Language=
Line 64: Line 31:
|Email=
|Email=
|broken=
|broken=
|icon url=http://mirrors.kodi.tv/addons/gotham/script.web.viewer/icon.png}}
|icon url=http://mirrors.xbmc.org/addons/frodo/script.web.viewer/icon.png}}


[[Category:Frodo add-on repository]]
[[Category:Frodo add-on repository]]
[[Category:Gotham add-on repository]]
[[Category:Eden add-on repository]]

Revision as of 07:38, 16 April 2015

Web Viewer
http://mirrors.xbmc.org/addons/frodo/script.web.viewer/icon.png

See this add-on on the kodi.tv showcase

Author: Rick Phillips (ruuk)

Type: Program
Repo:

License: GPL v2.0
Source: Source code
Summary: Simple web browser
Home icon grey.png   ▶ Add-ons ▶ Web Viewer
Attention talk.png Need help with this add-on? See here.

Web Viewer is a linear text web browser. It is linear because it doesn't render pages, it filters them and displays text in the order it is found in the original HTML.

Web viewer also allows addon developers to process application authorization (ie. facebook,flickr etc.) with little programming and without violating terms of use.

What it does:
    *You can follow links, fill out forms, view images
    *Stream video/audio links
    *It has back/forward history
    *Bookmarks
    
What it doesn't do:
    *Handle style sheets, javascript, flash, etc.
    *Make web pages look good :)
    *Lots of other stuff

Installing

This add-on is installed from the Add-on browser located in Kodi as follows:

  1. Settings
  2. Add-ons
  3. Install from repository
  4. Program Add-ons
  5. Web Viewer
  6. Install