虾米小助手
针对虾米网(xiami.com)做各种功能体验优化扩展
虾米小助手 là gì?
虾米小助手 là một tiện ích mở rộng Chrome được phát triển bởi 罐头, và tính năng chính của nó là "针对虾米网(xiami.com)做各种功能体验优化扩展".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng 虾米小助手
Tải xuống các tệp mở rộng 虾米小助手 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
虾米小助手主要功能:对虾米网站(http://www.xiami.com) 上的功能做扩展优化 功能点: 1.歌曲列表、精选集歌曲列表封面模式 2.任意网页通过右键对虾米播放器页面做切歌操作:下一首、上一首、暂停、收藏 3.任意网页右键划词搜歌曲 4.主搜索页面输入时自动提示补全 5.我的音乐增加“搜索框”, 支持自动提示补全 6.批量推送歌曲列表到手机 详细功能说明:http://t.cn/RyXnuGG 意见反馈:http://www.xiami.com/u/2653771
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | 虾米小助手 |
ID | mchgobbccmadhfjfpejaemobpoefloll |
URL Chính Thức | https://chromewebstore.google.com/detail/%E8%99%BE%E7%B1%B3%E5%B0%8F%E5%8A%A9%E6%89%8B/mchgobbccmadhfjfpejaemobpoefloll |
Mô tả | 针对虾米网(xiami.com)做各种功能体验优化扩展 |
Kích Thước Tệp | 69.52 KB |
Số Lần Cài Đặt | 35 |
Phiên Bản Hiện Tại | 2.1 |
Cập Nhật Lần Cuối | 2015-09-24 |
Ngày Phát Hành | 2015-09-24 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | 罐头 |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | zh-CN |
manifest.json | |
{ "name": "\u867e\u7c73\u5c0f\u52a9\u624b", "description": "\u9488\u5bf9\u867e\u7c73\u7f51(xiami.com)\u505a\u5404\u79cd\u529f\u80fd\u4f53\u9a8c\u4f18\u5316\u6269\u5c55", "version": "2.1", "manifest_version": 2, "homepage_url": "http:\/\/2happy.sinaapp.com\/xiami-plus-chrome-plugin\/readme.html", "permissions": [ "contextMenus", "storage" ], "icons": { "16": "icon\/icon16x16.png", "48": "icon\/icon48x48.png", "128": "icon\/icon128x128.png" }, "options_page": "options.html", "options_ui": { "page": "options.html", "chrome_style": true }, "background": { "scripts": [ "default_setting.js", "bgScript.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/www.xiami.com\/play", "http:\/\/www.xiami.com\/play?*" ], "js": [ "default_setting.js", "lib\/jquery-1.11.3.min.js", "contentScripts\/playerContentScript.js" ] }, { "matches": [ "http:\/\/www.xiami.com\/search*" ], "run_at": "document_end", "js": [ "default_setting.js", "lib\/jquery-1.11.3.min.js", "contentScripts\/searchContentScript.js" ], "css": [ "contentScripts\/search.css" ] }, { "matches": [ "http:\/\/www.xiami.com\/space\/lib-song*", "http:\/\/www.xiami.com\/space\/lib-album*", "http:\/\/www.xiami.com\/space\/lib-artist*" ], "run_at": "document_end", "js": [ "lib\/jquery-1.11.3.min.js", "default_setting.js", "contentScripts\/libContentScript.js" ], "css": [ "contentScripts\/lib.css" ] }, { "matches": [ "http:\/\/www.xiami.com\/*", "http:\/\/i.xiami.com\/*" ], "run_at": "document_end", "js": [ "lib\/jquery-1.11.3.min.js", "default_setting.js", "contentScripts\/songListContentScript.js" ], "css": [] } ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |