Plurk Mobile Ajax

Browse plurk response by ajax.

Qu'est-ce que Plurk Mobile Ajax ?

Plurk Mobile Ajax est une extension Chrome développée par Neil Hsu, et sa fonction principale est "Browse plurk response by ajax.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Plurk Mobile Ajax

Téléchargez les fichiers d'extension Plurk Mobile Ajax au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

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

Informations de Base sur l'Extension

Nom Plurk Mobile Ajax Plurk Mobile Ajax
ID nhadmcjkgdnekbmjhhhlaljmdllpoefd
URL Officiel https://chrome.google.com/webstore/detail/plurk-mobile-ajax/nhadmcjkgdnekbmjhhhlaljmdllpoefd
Description Browse plurk response by ajax.
Taille du Fichier 36.92 KB
Nombre d'Installations 11
Version Actuelle 0.2.1
Dernière Mise à Jour 2014-12-09
Date de Publication 2014-12-09
Évaluation 5.00/5 Total 1 Évaluations
Développeur Neil Hsu
Type de Paiement free
Langues Prises en Charge 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
        }
    ]
}