Plurk Mobile Ajax

Browse plurk response by ajax.

Wat is Plurk Mobile Ajax?

Plurk Mobile Ajax is een Chrome-extensie ontwikkeld door Neil Hsu, en de belangrijkste functie is "Browse plurk response by ajax.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Plurk Mobile Ajax

Download Plurk Mobile Ajax-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

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

Basisinformatie over de Extensie

Naam Plurk Mobile Ajax Plurk Mobile Ajax
ID nhadmcjkgdnekbmjhhhlaljmdllpoefd
Officiële URL https://chrome.google.com/webstore/detail/plurk-mobile-ajax/nhadmcjkgdnekbmjhhhlaljmdllpoefd
Beschrijving Browse plurk response by ajax.
Bestandsgrootte 36.92 KB
Aantal Installaties 11
Huidige Versie 0.2.1
Laatst Bijgewerkt 2014-12-09
Publicatiedatum 2014-12-09
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Neil Hsu
Betalingswijze free
Ondersteunde Talen 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
        }
    ]
}