XKCD+R
Display Reddit's best comments along XKCD strips!
¿Qué es XKCD+R?
XKCD+R es una extensión de Chrome desarrollada por Florian Laurent, y su función principal es "Display Reddit's best comments along XKCD strips!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión XKCD+R
Descarga archivos de extensión XKCD+R en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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 Información Básica de la Extensión
| Nombre | |
| ID | kjfdpkjdjiefealdecjlgeogjbklhmgi |
| URL Oficial | https://chromewebstore.google.com/detail/xkcd+r/kjfdpkjdjiefealdecjlgeogjbklhmgi |
| Descripción | Display Reddit's best comments along XKCD strips! |
| Tamaño del Archivo | 98.51 KB |
| Cantidad de Instalaciones | 129 |
| Versión Actual | 0.0.13 |
| Última Actualización | 2015-11-01 |
| Fecha de Publicación | 2015-11-01 |
| Calificación | 3.67/5 Total de 3 Calificaciones |
| Desarrollador | Florian Laurent |
| Tipo de Pago | free |
| Idiomas Soportados | 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"
} | |