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!」です。
拡張機能のスクリーンショット
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
拡張機能の基本情報
名前 | |
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 |
Eメール | [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\/*" ] } |