Reddit Inline
L337 R3DD17
Qu'est-ce que Reddit Inline ?
Reddit Inline est une extension Chrome développée par Anvaka, et sa fonction principale est "L337 R3DD17".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Reddit Inline
Téléchargez les fichiers d'extension Reddit Inline au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Reddit Inline |
ID | libfancpdbegemadjcfcaaiicbhalkin |
URL Officiel | https://chromewebstore.google.com/detail/reddit-inline/libfancpdbegemadjcfcaaiicbhalkin |
Description | L337 R3DD17 |
Taille du Fichier | 126 KB |
Nombre d'Installations | 457 |
Version Actuelle | 0.3 |
Dernière Mise à Jour | 2013-02-07 |
Date de Publication | 2013-02-07 |
Évaluation | 4.47/5 Total 15 Évaluations |
Développeur | Anvaka |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |