Add to uStart (by uStart)

Adds one-click subscription to your toolbar.

Apa itu Add to uStart (by uStart)?

Add to uStart (by uStart) adalah ekstensi Chrome yang dikembangkan oleh team.ustart, dan fitur utamanya adalah "Adds one-click subscription to your toolbar.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Add to uStart (by uStart)

Unduh file ekstensi Add to uStart (by uStart) 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

                        "Add to ustart" quick link button to add RSS feeds to your uStart.org homepage.                    

Informasi Dasar Ekstensi

Nama Add to uStart (by uStart) Add to uStart (by uStart)
ID ejdojpmakfpfcnenobhjdngbdfgkdmjl
URL Resmi https://chromewebstore.google.com/detail/add-to-ustart-by-ustart/ejdojpmakfpfcnenobhjdngbdfgkdmjl
Deskripsi Adds one-click subscription to your toolbar.
Ukuran File 57.76 KB
Jumlah Instalasi 748
Versi Saat Ini 0.1.22
Terakhir Diperbarui 2015-12-14
Tanggal Publikasi 2015-12-14
Penilaian 4.17/5 Total 6 Penilaian
Pengembang team.ustart
Tipe Pembayaran free
Situs Ekstensi http://www.ustart.org
URL Halaman Bantuan http://forum.ustart.org
Bahasa yang Didukung en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background_page": "background.html",
    "content_scripts": [
        {
            "js": [
                "sniff_common.js",
                "doc_start.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "sniff_common.js",
                "feed_finder.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "default_locale": "en",
    "name": "__MSG_rss_subscription_name__",
    "description": "__MSG_rss_subscription_description__",
    "icons": {
        "128": "icon128.png"
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCnWlOl+lSSf1NQylNeCYWxVecto\/AzGg+s+y2ya6Vpnl5t0HVZZZH8M4I3XTdJKLe3OjVvJypcI0gra+bHVVs6620VN7gvqb3xQ5ptzXUcB4oJt7geFHpe7ynirw1P2GIdzqE\/yMmwxjcKoOkuOHkxDqJDsO6NzP8zvqti6TTYfwIDAQAB",
    "page_action": {
        "default_icon": "icon.png",
        "default_title": "__MSG_rss_subscription_default_title__",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.1.22",
    "manifest_version": 2
}