Search on CrunchBase
Search on CrunchBase using a simple context menu
Cos'è Search on CrunchBase?
Search on CrunchBase è un'estensione di Chrome sviluppata da mrflo, e la sua funzione principale è "Search on CrunchBase using a simple context menu".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Search on CrunchBase
Scarica i file di estensione Search on CrunchBase 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
Add a context menu in chrome when you select a text (company/people name on a site), you can make a search on CrunchBase. Informazioni di Base sull'Estensione
| Nome | |
| ID | fcjpdefinlbckpljbdgffibdlhjapfob |
| URL Ufficiale | https://chrome.google.com/webstore/detail/search-on-crunchbase/fcjpdefinlbckpljbdgffibdlhjapfob |
| Descrizione | Search on CrunchBase using a simple context menu |
| Dimensione del File | 17.97 KB |
| Conteggio Installazioni | 188 |
| Versione Corrente | 0.1.1 |
| Ultimo Aggiornamento | 2014-01-09 |
| Data di Pubblicazione | 2014-01-09 |
| Valutazione | 1.00/5 Totale 2 Valutazioni |
| Sviluppatore | mrflo |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/mrfloo/CrunchBase |
| URL della Pagina di Aiuto | https://github.com/mrfloo/CrunchBase |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Search on CrunchBase",
"description": "Search on CrunchBase using a simple context menu",
"version": "0.1.1",
"permissions": [
"contextMenus"
],
"icons": {
"16": "cb.png",
"128": "webclip.png",
"48": "webclip.png"
},
"background": {
"scripts": [
"crunch.js"
]
},
"manifest_version": 2
} | |