Gaana Search

Saves time if you want to make a quick search in Gaana.com!

什么是Gaana Search?

Gaana Search是由http://hardiksondagar.me开发的Chrome扩展程序,该扩展的主要功能是“Saves time if you want to make a quick search in Gaana.com!”。

扩展截图

screenshot

下载Gaana Search扩展crx文件

下载Gaana Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Gaana Search is a Chrome extension which lets you search songs, albums and playlists on Gaana right from your browser without leaving your Present window                    

扩展基本信息

名称 Gaana Search Gaana Search
ID hhgegmlckooemnkhkbjigfjiadhpibfo
官方URL https://chrome.google.com/webstore/detail/gaana-search/hhgegmlckooemnkhkbjigfjiadhpibfo
简介 Saves time if you want to make a quick search in Gaana.com!
文件大小 179 KB
安装次数 1,000
当前版本 1.0.5
更新时间 2014-07-07
上架时间 2014-07-07
评分 4.20/5 共56次评分
开发者 http://hardiksondagar.me
电子邮箱 [email protected]
付费类型 free
扩展官网 http://hardiksondagar.me/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gaana Search",
    "description": "Saves time if you want to make a quick search in Gaana.com! ",
    "version": "1.0.5",
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/gaana.com https:\/\/ajax.googleapis.com;  object-src 'self'",
    "permissions": [
        "tabs",
        "https:\/\/gaana.com\/*",
        "http:\/\/gaana.com\/*",
        "http:\/\/api.gaana.com\/*",
        "https:\/\/ajax.googleapis.com\/*"
    ]
}