Chrome Shark

Chrome Shark is an application that transforms web music player into a great full screen music player to fit on your tv.

Chrome Shark क्या है?

Chrome Shark https://rpdeshaies.github.io/chrome-shark द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome Shark is an application that transforms web music player into a great full screen music player to fit on your tv."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Chrome Shark एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        #Chrome Shark#

Chrome Shark is an application that transforms web music players into a great full screen music player to fit on your television.

#Features#
The interface is optimized for a full screen experience in order to provide all the information that you need.

The interface will also automatically flip itself after a cetain amount of time so that your TV pixels do not get burned.

From the interface, you can Play / Pause a track or simply skip it !

You skipped one to many songs ? Do not panick ! Just click on the Previous button and you are safe !

In addition to the track information, Chrome Shark will also get the album art and the artist summary using the fantastic Last.fm API.

New in 1.2 : 
  * New responsive layout and design
  * The layout now flip itself after 5 minutes
  * New help section with quick links
  * Bug fixing                    

एक्सटेंशन की मूल जानकारी

नाम Chrome Shark Chrome Shark
ID fifmpfkhpojgoodihbmflkgpifanigbd
आधिकारिक URL https://chromewebstore.google.com/detail/chrome-shark/fifmpfkhpojgoodihbmflkgpifanigbd
विवरण Chrome Shark is an application that transforms web music player into a great full screen music player to fit on your tv.
फ़ाइल का आकार 748 KB
स्थापना संख्या 23
वर्तमान संस्करण 1.2.1
अंतिम अपडेट 2015-08-26
प्रकाशन तिथि 2015-08-26
रेटिंग 3.00/5 कुल 2 रेटिंग्स
डेवलपर https://rpdeshaies.github.io/chrome-shark
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://rpdeshaies.github.io/chrome-shark/
सहायता पृष्ठ URL https://github.com/RPDeshaies/chrome-shark/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chrome Shark",
    "description": "Chrome Shark is an application that transforms web music player into a great full screen music player to fit on your tv.",
    "version": "1.2.1",
    "permissions": [
        "tabs",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "app\/images\/*",
        "app\/views\/*"
    ],
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "page_action": {
        "default_icon": "48.png",
        "default_title": "Open Chrome Shark on the current page"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "background": {
        "scripts": [
            "app\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "app\/css\/minified\/styles.min.css"
            ],
            "js": [
                "app\/lib\/jquery-1.11.2.min.js",
                "app\/lib\/angular.min.js",
                "app\/main.js",
                "app\/factories\/ChromeShark.PlayerInfoFactory.factory.js",
                "app\/factories\/ChromeShark.Enums.InterfaceType.factory.js",
                "app\/factories\/ChromeShark.ViewStateFactory.factory.js",
                "app\/factories\/ChromeShark.AlbumArtFactory.factory.js",
                "app\/services\/LastFmService.service.js",
                "app\/controllers\/ChromeShark.MainController.controller.js",
                "app\/controllers\/ChromeShark.PlayerController.controller.js",
                "app\/controllers\/ChromeShark.HelpController.controller.js"
            ]
        }
    ]
}