Plurk Mobile Ajax

Browse plurk response by ajax.

Apa itu Plurk Mobile Ajax?

Plurk Mobile Ajax adalah ekstensi Chrome yang dikembangkan oleh Neil Hsu, dan fitur utamanya adalah "Browse plurk response by ajax.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Plurk Mobile Ajax

Unduh file ekstensi Plurk Mobile Ajax 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

                        - 為Plurk Mobile加上快速瀏覽回應的"+"按鈕。

- 可搭配 Hover Zoom (照片縮圖顯示: http://hoverzoom.net/ )、Autopagerize(自動翻頁: http://autopagerize.net/ ) 等extension使用                    

Informasi Dasar Ekstensi

Nama Plurk Mobile Ajax Plurk Mobile Ajax
ID nhadmcjkgdnekbmjhhhlaljmdllpoefd
URL Resmi https://chrome.google.com/webstore/detail/plurk-mobile-ajax/nhadmcjkgdnekbmjhhhlaljmdllpoefd
Deskripsi Browse plurk response by ajax.
Ukuran File 36.92 KB
Jumlah Instalasi 11
Versi Saat Ini 0.2.1
Terakhir Diperbarui 2014-12-09
Tanggal Publikasi 2014-12-09
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Neil Hsu
Tipe Pembayaran free
Bahasa yang Didukung zh-TW
manifest.json
{
    "name": "Plurk Mobile Ajax",
    "version": "0.2.1",
    "manifest_version": 2,
    "description": "Browse plurk response by ajax.",
    "background": [],
    "permissions": [
        "tabs"
    ],
    "icons": [],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/m.plurk.com\/*",
                "http:\/\/www.plurk.com\/m\/*",
                "https:\/\/www.plurk.com\/m\/*"
            ],
            "js": [
                "jquery.min.js",
                "plurk_m_ajax.user.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ]
}