chrome京东搜索插件
按关键字返回在京东的搜索结果并默认按销量排序
What is chrome京东搜索插件?
chrome京东搜索插件 is a Chrome extension developed by Jack Li, and its main feature is "按关键字返回在京东的搜索结果并默认按销量排序".
Extension Screenshots
Download chrome京东搜索插件 Extension CRX File
Download chrome京东搜索插件 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 | chrome京东搜索插件 |
ID | fkjhamclacbhidecliconacpccndhkon |
Official URL | https://chromewebstore.google.com/detail/chrome%E4%BA%AC%E4%B8%9C%E6%90%9C%E7%B4%A2%E6%8F%92%E4%BB%B6/fkjhamclacbhidecliconacpccndhkon |
Description | 按关键字返回在京东的搜索结果并默认按销量排序 |
File Size | 30.91 KB |
Installation Count | 47 |
Current Version | 1.0.0.0 |
Last Updated | 2016-09-11 |
Publish Date | 2016-09-11 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Jack Li |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "chrome\u4eac\u4e1c\u641c\u7d22\u63d2\u4ef6", "version": "1.0.0.0", "description": "\u6309\u5173\u952e\u5b57\u8fd4\u56de\u5728\u4eac\u4e1c\u7684\u641c\u7d22\u7ed3\u679c\u5e76\u9ed8\u8ba4\u6309\u9500\u91cf\u6392\u5e8f", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "default_title": "JD\u641c\u7d22", "default_popup": "input.html" } } |