Reddit Inline
L337 R3DD17
Was ist Reddit Inline?
Reddit Inline ist eine Chrome-Erweiterung, die von Anvaka entwickelt wurde, und ihr Hauptmerkmal ist "L337 R3DD17".
Erweiterungsscreenshots
Reddit Inline-Erweiterungs-CRX-Datei herunterladen
Laden Sie Reddit Inline-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Reddit Inline |
ID | libfancpdbegemadjcfcaaiicbhalkin |
Offizielle URL | https://chromewebstore.google.com/detail/reddit-inline/libfancpdbegemadjcfcaaiicbhalkin |
Beschreibung | L337 R3DD17 |
Dateigröße | 126 KB |
Installationsanzahl | 457 |
Aktuelle Version | 0.3 |
Letztes Update | 2013-02-07 |
Veröffentlichungsdatum | 2013-02-07 |
Bewertung | 4.47/5 Insgesamt 15 Bewertungen |
Entwickler | Anvaka |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |