ySearch
Searching tool for GitHub, Pastebin, ...
What is ySearch?
ySearch is a Chrome extension developed by spouauk, and its main feature is "Searching tool for GitHub, Pastebin, ...".
Extension Screenshots
Download ySearch Extension CRX File
Download ySearch extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
ySearch is a simple searching tool for Github, Pastebin, ... Website : http://spouauk.com Mail : [email protected] Authors : Quentin GOTTI Léo MARTIN
Extension Basic Information
Name | |
ID | ngenfjmjbjlfgfnfogfmnappagibkklk |
Official URL | https://chrome.google.com/webstore/detail/ysearch/ngenfjmjbjlfgfnfogfmnappagibkklk |
Description | Searching tool for GitHub, Pastebin, ... |
File Size | 417 KB |
Installation Count | 16 |
Current Version | 1.0 |
Last Updated | 2014-10-09 |
Publish Date | 2014-10-09 |
Rating | 3.67/5 Total 3 Ratings |
Developer | spouauk |
Payment Type | free |
Extension Website | http://spouauk.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ySearch", "version": "1.0", "description": "Searching tool for GitHub, Pastebin, ...", "manifest_version": 2, "browser_action": { "default_title": "ySearch", "default_popup": "index.html", "default_icon": "icon48.png" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "minimum_chrome_version": "6", "permissions": [ "tabs", "http:\/\/suggestqueries.google.fr\/*", "http:\/\/google.com\/*", "contextMenus" ] } |