Search On
This is a very Simple extension to search the selected text on Popular platforms like Youtube, Quora, Facebook, Twitter & many more.
Wat is Search On?
Search On is een Chrome-extensie ontwikkeld door Vaibhav Jain, en de belangrijkste functie is "This is a very Simple extension to search the selected text on Popular platforms like Youtube, Quora, Facebook, Twitter & many more.".
Extensie Screenshots
Download het CRX-bestand van de extensie Search On
Download Search On-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Using this extension is very simple: Just select some text, right click and search on the popular Web apps. Supported platforms in this version: 1. Search on Youtube 2. Search on Quora 3. Search on Facebook 4. Search on Linkedin 5. Search on Twitter 6. Search on Stack Overflow 7. Search on Google Maps 8. Search on Reddit & many more coming soon :)
Basisinformatie over de Extensie
Naam | |
ID | pfahhghfdbdafkefedkgkpjabiepikad |
Officiële URL | https://chrome.google.com/webstore/detail/pfahhghfdbdafkefedkgkpjabiepikad |
Beschrijving | This is a very Simple extension to search the selected text on Popular platforms like Youtube, Quora, Facebook, Twitter & many more. |
Bestandsgrootte | 23.85 KB |
Aantal Installaties | 56 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2017-07-21 |
Publicatiedatum | 2017-07-21 |
Beoordeling | 5.00/5 Totaal 10 Beoordelingen |
Ontwikkelaar | Vaibhav Jain |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/odeskvaibhav/Search-on-chrome-extension |
Help Pagina-URL | https://github.com/odeskvaibhav/Search-on-chrome-extension |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Search On", "description": "This is a very Simple extension to search the selected text on Popular platforms like Youtube, Quora, Facebook, Twitter & many more.", "version": "1.1", "browser_action": { "default_icon": "icons\/large.png", "default_title": "Post to Google Buzz" }, "background": { "page": "background.html" }, "icons": { "16": "icons\/bitty.png", "48": "icons\/small.png", "128": "icons\/large.png" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/", "contextMenus", "history", "storage" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "js": [ "scripts\/getSelection.js" ] } ] } |