鲁度娘
在百度贴吧浏览帖子的时候在页面的左右两侧分别添加一个向前翻页和向后翻页的侧边栏链接以便快速翻页或者也可以使用左右方向键进行快速翻页,并且会预加载下一页的图片以提高浏览速度。
What is 鲁度娘?
鲁度娘 is a Chrome extension developed by 插件开发组, and its main feature is "在百度贴吧浏览帖子的时候在页面的左右两侧分别添加一个向前翻页和向后翻页的侧边栏链接以便快速翻页或者也可以使用左右方向键进行快速翻页,并且会预加载下一页的图片以提高浏览速度。".
Extension Screenshots
Download 鲁度娘 Extension CRX File
Download 鲁度娘 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
百度贴吧添加快捷键操作方式和快捷键图标
Extension Basic Information
Name | |
ID | jjgakkaiilnaghfihofabmbjhjpaehge |
Official URL | https://chrome.google.com/webstore/detail/%E9%B2%81%E5%BA%A6%E5%A8%98/jjgakkaiilnaghfihofabmbjhjpaehge |
Description | 在百度贴吧浏览帖子的时候在页面的左右两侧分别添加一个向前翻页和向后翻页的侧边栏链接以便快速翻页或者也可以使用左右方向键进行快速翻页,并且会预加载下一页的图片以提高浏览速度。 |
File Size | 25.76 KB |
Installation Count | 10 |
Current Version | 13.8.9 |
Last Updated | 2013-08-08 |
Publish Date | 2013-08-08 |
Rating | 5.00/5 Total 1 Ratings |
Developer | 插件开发组 |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "all_frames": false, "js": [ "js\/core.js" ], "matches": [ "http:\/\/tieba.baidu.com\/*" ] } ], "description": "\u5728\u767e\u5ea6\u8d34\u5427\u6d4f\u89c8\u5e16\u5b50\u7684\u65f6\u5019\u5728\u9875\u9762\u7684\u5de6\u53f3\u4e24\u4fa7\u5206\u522b\u6dfb\u52a0\u4e00\u4e2a\u5411\u524d\u7ffb\u9875\u548c\u5411\u540e\u7ffb\u9875\u7684\u4fa7\u8fb9\u680f\u94fe\u63a5\u4ee5\u4fbf\u5feb\u901f\u7ffb\u9875\u6216\u8005\u4e5f\u53ef\u4ee5\u4f7f\u7528\u5de6\u53f3\u65b9\u5411\u952e\u8fdb\u884c\u5feb\u901f\u7ffb\u9875\uff0c\u5e76\u4e14\u4f1a\u9884\u52a0\u8f7d\u4e0b\u4e00\u9875\u7684\u56fe\u7247\u4ee5\u63d0\u9ad8\u6d4f\u89c8\u901f\u5ea6\u3002", "icons": { "128": "images\/icon.png", "16": "images\/icon.png", "48": "images\/icon.png" }, "name": "\u9c81\u5ea6\u5a18", "permissions": [ "tabs", "http:\/\/tieba.baidu.com\/*" ], "version": "13.8.9", "manifest_version": 2 } |