CBC++ : Deeply Connected Documents

Enhance, Connect and Personalize your CBC Experience.

Was ist CBC++ : Deeply Connected Documents?

CBC++ : Deeply Connected Documents ist eine Chrome-Erweiterung, die von vaughn.dimarco entwickelt wurde, und ihr Hauptmerkmal ist "Enhance, Connect and Personalize your CBC Experience.".

CBC++ : Deeply Connected Documents-Erweiterungs-CRX-Datei herunterladen

Laden Sie CBC++ : Deeply Connected Documents-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name CBC++ : Deeply Connected Documents CBC++ : Deeply Connected Documents
ID foihbhphhhnddiakhkhlcbjebidlnjoc
Offizielle URL https://chrome.google.com/webstore/detail/cbc++-deeply-connected-do/foihbhphhhnddiakhkhlcbjebidlnjoc
Beschreibung Enhance, Connect and Personalize your CBC Experience.
Dateigröße 364 KB
Installationsanzahl 138
Aktuelle Version 0.1
Letztes Update 2015-03-15
Veröffentlichungsdatum 2015-03-15
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler vaughn.dimarco
Zahlungsart free
Erweiterungswebsite https://github.com/vdimarco/cbc-plus-plus
Unterstützte Sprachen 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'"
}