Plurk Mobile Ajax

Browse plurk response by ajax.

Plurk Mobile Ajax란 무엇입니까?

Plurk Mobile Ajax은(는) Neil Hsu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Browse plurk response by ajax."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Plurk Mobile Ajax 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

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

확장 프로그램 기본 정보

이름 Plurk Mobile Ajax Plurk Mobile Ajax
ID nhadmcjkgdnekbmjhhhlaljmdllpoefd
공식 URL https://chrome.google.com/webstore/detail/plurk-mobile-ajax/nhadmcjkgdnekbmjhhhlaljmdllpoefd
설명 Browse plurk response by ajax.
파일 크기 36.92 KB
설치 횟수 11
현재 버전 0.2.1
최근 업데이트 2014-12-09
출시 날짜 2014-12-09
평점 5.00/5 총 1 개의 평점
개발자 Neil Hsu
결제 유형 free
지원되는 언어 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
        }
    ]
}