XKCD+R
Display Reddit's best comments along XKCD strips!
Cos'è XKCD+R?
XKCD+R è un'estensione di Chrome sviluppata da Florian Laurent, e la sua funzione principale è "Display Reddit's best comments along XKCD strips!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione XKCD+R
Scarica i file di estensione XKCD+R 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
When browsing XKCD.com, this extension gets the best Reddit comments for each strip and displays them along the comic. Extension by Florian Laurent Original logo design by Q Source: https://github.com/MasterScrat/XKCDR
Informazioni di Base sull'Estensione
Nome | XKCD+R |
ID | kjfdpkjdjiefealdecjlgeogjbklhmgi |
URL Ufficiale | https://chromewebstore.google.com/detail/xkcd+r/kjfdpkjdjiefealdecjlgeogjbklhmgi |
Descrizione | Display Reddit's best comments along XKCD strips! |
Dimensione del File | 98.51 KB |
Conteggio Installazioni | 129 |
Versione Corrente | 0.0.13 |
Ultimo Aggiornamento | 2015-11-01 |
Data di Pubblicazione | 2015-11-01 |
Valutazione | 3.67/5 Totale 3 Valutazioni |
Sviluppatore | Florian Laurent |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "src\/bg\/background.js" ] }, "content_scripts": [ { "css": [], "js": [ "src\/inject\/inject.js", "js\/jquery\/jquery.js" ], "matches": [ "*:\/\/xkcd.com\/*" ] } ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "description": "Display Reddit's best comments along XKCD strips!", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "manifest_version": 2, "name": "XKCD+R", "page_action": { "default_icon": "icons\/icon38.png", "default_title": "XKCD+R" }, "permissions": [ "tabs", "storage", "*:\/\/xkcd.com\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.13" } |