Search on Twitter button (by CE-SA.org)
Get the 'Search text on Twitter' button on each context menu of a page you visit!
Cos'è Search on Twitter button (by CE-SA.org)?
Search on Twitter button (by CE-SA.org) è un'estensione di Chrome sviluppata da http://ce-sa.org, e la sua funzione principale è "Get the 'Search text on Twitter' button on each context menu of a page you visit!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Search on Twitter button (by CE-SA.org)
Scarica i file di estensione Search on Twitter button (by CE-SA.org) 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
Get the 'Search this text on Twitter' button on each context menu of a page you visit! Suggestions? Just comment! Don't forget to rate!
Informazioni di Base sull'Estensione
Nome | |
ID | ehjkmgdnnoaejkniofflakchnoopombi |
URL Ufficiale | https://chrome.google.com/webstore/detail/search-on-twitter-button/ehjkmgdnnoaejkniofflakchnoopombi |
Descrizione | Get the 'Search text on Twitter' button on each context menu of a page you visit! |
Dimensione del File | 23.03 KB |
Conteggio Installazioni | 100 |
Versione Corrente | 1.3.1 |
Ultimo Aggiornamento | 2014-10-05 |
Data di Pubblicazione | 2014-10-05 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | http://ce-sa.org |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": [ { "name": "CE-SA", "email": "[email protected]" } ], "manifest_version": 2, "name": "Search on Twitter button (by CE-SA.org)", "short_name": "SearchTwi", "description": "Get the 'Search text on Twitter' button on each context menu of a page you visit!", "version": "1.3.1", "icons": { "16": "16x16.png", "32": "32x32.png", "128": "128x128.png" }, "background": { "scripts": [ "script.js" ] }, "permissions": [ "tabs", "contextMenus" ] } |