Plurk Mobile Ajax

Browse plurk response by ajax.

Cos'è Plurk Mobile Ajax?

Plurk Mobile Ajax è un'estensione di Chrome sviluppata da Neil Hsu, e la sua funzione principale è "Browse plurk response by ajax.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Plurk Mobile Ajax

Scarica i file di estensione Plurk Mobile Ajax in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

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

Informazioni di Base sull'Estensione

Nome Plurk Mobile Ajax Plurk Mobile Ajax
ID nhadmcjkgdnekbmjhhhlaljmdllpoefd
URL Ufficiale https://chrome.google.com/webstore/detail/plurk-mobile-ajax/nhadmcjkgdnekbmjhhhlaljmdllpoefd
Descrizione Browse plurk response by ajax.
Dimensione del File 36.92 KB
Conteggio Installazioni 11
Versione Corrente 0.2.1
Ultimo Aggiornamento 2014-12-09
Data di Pubblicazione 2014-12-09
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Neil Hsu
Tipo di Pagamento free
Lingue Supportate 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
        }
    ]
}