Reddit Blue Links

I must have... the BLUE pages.

Apa itu Reddit Blue Links?

Reddit Blue Links adalah ekstensi Chrome yang dikembangkan oleh Jonathan Woodard, dan fitur utamanya adalah "I must have... the BLUE pages.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Reddit Blue Links

Unduh file ekstensi Reddit Blue Links 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

                        When I browse Reddit, I like to open all the unread links in new tabs behind the current one. This plugin does the page in one click!                    

Informasi Dasar Ekstensi

Nama Reddit Blue Links Reddit Blue Links
ID boijcmmgpmnlabibhcapmenbcldgande
URL Resmi https://chromewebstore.google.com/detail/reddit-blue-links/boijcmmgpmnlabibhcapmenbcldgande
Deskripsi I must have... the BLUE pages.
Ukuran File 209 KB
Jumlah Instalasi 54
Versi Saat Ini 1.0.0.2
Terakhir Diperbarui 2015-11-18
Tanggal Publikasi 2015-11-17
Penilaian 4.33/5 Total 3 Penilaian
Pengembang Jonathan Woodard
Tipe Pembayaran free
Situs Ekstensi http://woodar.dj
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reddit Blue Links",
    "version": "1.0.0.2",
    "manifest_version": 2,
    "description": "I must have... the BLUE pages.",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js"
            ]
        }
    ],
    "page_action": {
        "default_icon": "icon-400.png",
        "default_title": "We're go for launch."
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/",
        "history"
    ],
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'"
}