Reddit Inline
L337 R3DD17
Cos'è Reddit Inline?
Reddit Inline è un'estensione di Chrome sviluppata da Anvaka, e la sua funzione principale è "L337 R3DD17".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Reddit Inline
Scarica i file di estensione Reddit Inline in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Reddit Inline |
ID | libfancpdbegemadjcfcaaiicbhalkin |
URL Ufficiale | https://chromewebstore.google.com/detail/reddit-inline/libfancpdbegemadjcfcaaiicbhalkin |
Descrizione | L337 R3DD17 |
Dimensione del File | 126 KB |
Conteggio Installazioni | 457 |
Versione Corrente | 0.3 |
Ultimo Aggiornamento | 2013-02-07 |
Data di Pubblicazione | 2013-02-07 |
Valutazione | 4.47/5 Totale 15 Valutazioni |
Sviluppatore | Anvaka |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |