Search On
This is a very Simple extension to search the selected text on Popular platforms like Youtube, Quora, Facebook, Twitter & many more.
Cos'è Search On?
Search On è un'estensione di Chrome sviluppata da Vaibhav Jain, e la sua funzione principale è "This is a very Simple extension to search the selected text on Popular platforms like Youtube, Quora, Facebook, Twitter & many more.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Search On
Scarica i file di estensione Search On in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 :)
Informazioni di Base sull'Estensione
Nome | |
ID | pfahhghfdbdafkefedkgkpjabiepikad |
URL Ufficiale | https://chrome.google.com/webstore/detail/pfahhghfdbdafkefedkgkpjabiepikad |
Descrizione | This is a very Simple extension to search the selected text on Popular platforms like Youtube, Quora, Facebook, Twitter & many more. |
Dimensione del File | 23.85 KB |
Conteggio Installazioni | 56 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2017-07-21 |
Data di Pubblicazione | 2017-07-21 |
Valutazione | 5.00/5 Totale 10 Valutazioni |
Sviluppatore | Vaibhav Jain |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/odeskvaibhav/Search-on-chrome-extension |
URL della Pagina di Aiuto | https://github.com/odeskvaibhav/Search-on-chrome-extension |
Lingue Supportate | 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" ] } ] } |