Comfortable RPubs

Extension for comfortable reading the articles of RPubs.

Apa itu Comfortable RPubs?

Comfortable RPubs adalah ekstensi Chrome yang dikembangkan oleh hoxo_m, dan fitur utamanya adalah "Extension for comfortable reading the articles of RPubs.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Comfortable RPubs

Unduh file ekstensi Comfortable RPubs dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Comfortable RPubs Comfortable RPubs
ID noighcjkbkmjmpmfopmpmefoiaddgijo
URL Resmi https://chromewebstore.google.com/detail/comfortable-rpubs/noighcjkbkmjmpmfopmpmefoiaddgijo
Deskripsi Extension for comfortable reading the articles of RPubs.
Ukuran File 114 KB
Jumlah Instalasi 252
Versi Saat Ini 0.0.6
Terakhir Diperbarui 2014-07-06
Tanggal Publikasi 2014-07-05
Penilaian 5.00/5 Total 2 Penilaian
Pengembang hoxo_m
Tipe Pembayaran free
Bahasa yang Didukung 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"
}