Mini Hype Machine

Pause, skip, favorite, and read about each song on Hypem.com without ever having to find the tab!

什麼是Mini Hype Machine?

Mini Hype Machine是由Mark Dunphy開發的Chrome擴展程式,該擴展的主要功能是“Pause, skip, favorite, and read about each song on Hypem.com without ever having to find the tab!”。

擴展截圖

screenshot

下載Mini Hype Machine擴展crx文件

下載Mini Hype Machine擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Last updated: June 14th, 2014

This extension allows you to play, pause, skip, favorite, and read all about songs on Hype Machine (hypem.com) without needing to find the tab!  

You will need to refresh the Hype Machine if you have it open before using this extension.

Known Issues v2.3
- As always, report bugs/issues to me.  @dunphtastic or [email protected]

Change Log (v2.3)
- Update some graphics to look better on retina displays.
- Minor design changes
- Add hotkey support! Thanks to Chris Best (github.com/chr1sbest), you can now use the following hotkeys when you have the popup window open.
    - Pause/Play: Spacebar
    - Next: j (or right arrow)
    - Previous: k (or left arrow)
    - Favorite: f

Feel free to shoot me an email directly at [email protected] (or tweet @dunphtastic) if you have any trouble with the extension.  Also feel free to email me with any bug reports, feature requests, or just to say hi.  Thanks!                    

擴展基本資訊

名稱 Mini Hype Machine Mini Hype Machine
ID gapbfjblfificgojgkfjdlhcdbifeflb
官方網址 https://chromewebstore.google.com/detail/mini-hype-machine/gapbfjblfificgojgkfjdlhcdbifeflb
簡介 Pause, skip, favorite, and read about each song on Hypem.com without ever having to find the tab!
檔案大小 71.5 KB
安裝次數 330
目前版本 2.3
更新時間 2014-06-14
上架時間 2014-06-14
評分 4.40/5 共 10 次評分
開發者 Mark Dunphy
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mini Hype Machine",
    "version": "2.3",
    "manifest_version": 2,
    "description": "Pause, skip, favorite, and read about each song on Hypem.com without ever having to find the tab!",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_title": "Mini Hype Machine",
        "default_icon": "images\/icon16.png",
        "default_popup": "pop.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/hypem.com\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/Parser.js",
                "js\/hype-script.js"
            ]
        }
    ]
}