虾米小助手
针对虾米网(xiami.com)做各种功能体验优化扩展
什麼是虾米小助手?
虾米小助手是由罐头開發的Chrome擴展程式,該擴展的主要功能是“针对虾米网(xiami.com)做各种功能体验优化扩展”。
擴展截圖
下載虾米小助手擴展crx文件
下載虾米小助手擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
虾米小助手主要功能:对虾米网站(http://www.xiami.com) 上的功能做扩展优化
功能点:
1.歌曲列表、精选集歌曲列表封面模式
2.任意网页通过右键对虾米播放器页面做切歌操作:下一首、上一首、暂停、收藏
3.任意网页右键划词搜歌曲
4.主搜索页面输入时自动提示补全
5.我的音乐增加“搜索框”, 支持自动提示补全
6.批量推送歌曲列表到手机
详细功能说明:http://t.cn/RyXnuGG
意见反馈:http://www.xiami.com/u/2653771 擴展基本資訊
| 名稱 | |
| ID | mchgobbccmadhfjfpejaemobpoefloll |
| 官方網址 | https://chromewebstore.google.com/detail/%E8%99%BE%E7%B1%B3%E5%B0%8F%E5%8A%A9%E6%89%8B/mchgobbccmadhfjfpejaemobpoefloll |
| 簡介 | 针对虾米网(xiami.com)做各种功能体验优化扩展 |
| 檔案大小 | 69.52 KB |
| 安裝次數 | 35 |
| 目前版本 | 2.1 |
| 更新時間 | 2015-09-24 |
| 上架時間 | 2015-09-24 |
| 評分 | 5.00/5 共 1 次評分 |
| 開發者 | 罐头 |
| 付費類型 | free |
| 支援的語言 | 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"
} | |