Plurk Mobile Ajax
Browse plurk response by ajax.
What is Plurk Mobile Ajax?
Plurk Mobile Ajax is a Chrome extension developed by Neil Hsu, and its main feature is "Browse plurk response by ajax.".
Extension Screenshots
Download Plurk Mobile Ajax Extension CRX File
Download Plurk Mobile Ajax extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
- 為Plurk Mobile加上快速瀏覽回應的"+"按鈕。 - 可搭配 Hover Zoom (照片縮圖顯示: http://hoverzoom.net/ )、Autopagerize(自動翻頁: http://autopagerize.net/ ) 等extension使用
Extension Basic Information
Name | |
ID | nhadmcjkgdnekbmjhhhlaljmdllpoefd |
Official URL | https://chrome.google.com/webstore/detail/plurk-mobile-ajax/nhadmcjkgdnekbmjhhhlaljmdllpoefd |
Description | Browse plurk response by ajax. |
File Size | 36.92 KB |
Installation Count | 11 |
Current Version | 0.2.1 |
Last Updated | 2014-12-09 |
Publish Date | 2014-12-09 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Neil Hsu |
Payment Type | free |
Supported Languages | 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 } ] } |