Comfortable RPubs

Extension for comfortable reading the articles of RPubs.

Was ist Comfortable RPubs?

Comfortable RPubs ist eine Chrome-Erweiterung, die von hoxo_m entwickelt wurde, und ihr Hauptmerkmal ist "Extension for comfortable reading the articles of RPubs.".

Erweiterungsscreenshots

screenshot
screenshot

Comfortable RPubs-Erweiterungs-CRX-Datei herunterladen

Laden Sie Comfortable RPubs-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

                        1. Change CSS for more comfortable reading.
2. Change hyperlink target to "_blank" to open new tab.
3. Search articles
4. RSS feed
5. Solved the problem that mixing HTTPS with HTTP                    

Grundlegende Informationen zur Erweiterung

Name Comfortable RPubs Comfortable RPubs
ID noighcjkbkmjmpmfopmpmefoiaddgijo
Offizielle URL https://chromewebstore.google.com/detail/comfortable-rpubs/noighcjkbkmjmpmfopmpmefoiaddgijo
Beschreibung Extension for comfortable reading the articles of RPubs.
Dateigröße 114 KB
Installationsanzahl 252
Aktuelle Version 0.0.6
Letztes Update 2014-07-06
Veröffentlichungsdatum 2014-07-05
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler hoxo_m
Zahlungsart free
Unterstützte Sprachen en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Comfortable RPubs",
    "description": "__MSG_extDescription__",
    "version": "0.0.6",
    "page_action": {
        "default_icon": ".\/icon_016.png",
        "default_title": "__MSG_popupTitle__",
        "default_popup": ".\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/rpubs.com\/*",
                "http:\/\/rstudio-pubs-static.s3.amazonaws.com\/*",
                "https:\/\/rpubs.com\/*\/*"
            ],
            "js": [
                "jquery-2.1.0.js",
                "myscript.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "icons": {
        "16": ".\/icon_016.png",
        "48": ".\/icon_048.png",
        "128": ".\/icon_128.png"
    },
    "background": {
        "page": ".\/background.html"
    },
    "default_locale": "en"
}