Reddit Inline

L337 R3DD17

Vad är Reddit Inline?

Reddit Inline är en Chrome-tillägg utvecklad av Anvaka, och dess huvudfunktion är "L337 R3DD17".

Tilläggsskärmbilder

screenshot

Ladda ner Reddit Inline-förlängningens CRX-fil

Ladda ner Reddit Inline-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Reddit Inline Reddit Inline
ID libfancpdbegemadjcfcaaiicbhalkin
Officiell webbadress https://chromewebstore.google.com/detail/reddit-inline/libfancpdbegemadjcfcaaiicbhalkin
Beskrivning L337 R3DD17
Filstorlek 126 KB
Antal Installationer 457
Aktuell Version 0.3
Senast Uppdaterad 2013-02-07
Publiceringsdatum 2013-02-07
Betyg 4.47/5 Totalt 15 Betyg
Utvecklare Anvaka
Betalningssätt free
Stödda Språk 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"
    ]
}