Reddit Inline

L337 R3DD17

Co je Reddit Inline?

Reddit Inline je rozšíření Chrome vyvinuté Anvaka, a jeho hlavní funkcí je „L337 R3DD17“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Reddit Inline

Stáhněte si soubory rozšíření Reddit Inline ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        This extension allows you to browse reddit.com with no need to press "back" button or to close opened tabs. It renders your subreddits inside developer tools window, and opens links in the attached window. 

Unlike other reddit extensions this is the first extension which allows you to browse any website and have complete browsing experience, without compromising your security (since target pages do not have access to developer tools).

I hope you enjoy the project and help me to make it better. It is open source and you are very welcome to contribute to the project: https://github.com/anvaka/reddit-inline :)

Cheers
Anvaka                    

Základní Informace o Rozšíření

Název Reddit Inline Reddit Inline
ID libfancpdbegemadjcfcaaiicbhalkin
Oficiální URL https://chromewebstore.google.com/detail/reddit-inline/libfancpdbegemadjcfcaaiicbhalkin
Popis L337 R3DD17
Velikost souboru 126 KB
Počet instalací 457
Aktuální Verze 0.3
Poslední Aktualizace 2013-02-07
Datum Vydání 2013-02-07
Hodnocení 4.47/5 Celkem 15 Hodnocení
Vývojář Anvaka
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reddit Inline",
    "description": "L337 R3DD17",
    "version": "0.3",
    "icons": {
        "16": "assets\/logo-16.png",
        "128": "assets\/logo-128.png"
    },
    "devtools_page": "main.html",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "*:\/\/*.reddit.com\/",
        "cookies"
    ]
}