CBC++ : Deeply Connected Documents
Enhance, Connect and Personalize your CBC Experience.
¿Qué es CBC++ : Deeply Connected Documents?
CBC++ : Deeply Connected Documents es una extensión de Chrome desarrollada por vaughn.dimarco, y su función principal es "Enhance, Connect and Personalize your CBC Experience.".
Descargar Archivo CRX de la Extensión CBC++ : Deeply Connected Documents
Descarga archivos de extensión CBC++ : Deeply Connected Documents 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
Enhance, Contribute and Personalize your CBC Experience: 1. Enhance CBC content with community curated widgets. 2. Connect and Contribute to the CBC community of open source widgets 3. Personalize your CBC experience
Información Básica de la Extensión
Nombre | |
ID | foihbhphhhnddiakhkhlcbjebidlnjoc |
URL Oficial | https://chrome.google.com/webstore/detail/cbc++-deeply-connected-do/foihbhphhhnddiakhkhlcbjebidlnjoc |
Descripción | Enhance, Connect and Personalize your CBC Experience. |
Tamaño del Archivo | 364 KB |
Cantidad de Instalaciones | 138 |
Versión Actual | 0.1 |
Última Actualización | 2015-03-15 |
Fecha de Publicación | 2015-03-15 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | vaughn.dimarco |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/vdimarco/cbc-plus-plus |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CBC++ : Deeply Connected Documents", "description": "Enhance, Connect and Personalize your CBC Experience.", "version": "0.1", "icons": { "128": "images\/icon\/cbc.png" }, "homepage_url": "https:\/\/github.com\/vdimarco\/cbc-plus-plus", "background": { "page": "src\/background.html" }, "permissions": [ "http:\/\/www.cbc.ca\/*", "http:\/\/rss.cbc.ca\/*", "http:\/\/cbc.ca\/*", "http:\/\/feeds.gawker.com\/*", "http:\/\/feeds.feedburner.com\/*" ], "browser_action": { "default_popup": "\/src\/popup.html", "default_title": "CBC++", "default_icon": "images\/icon\/cbc.png" }, "content_scripts": [ { "matches": [ "http:\/\/cbc.ca\/*", "https:\/\/cbc.ca\/*" ], "js": [ "\/src\/content.js" ], "all_frames": true } ], "content_security_policy": "script-src 'self' https:\/\/cdn.mxpnl.com; object-src 'self'" } |