Plurk-it
Context menu item that plurks the current page-if text is selected provides a menu item to search plurks for the text
Cos'è Plurk-it?
Plurk-it è un'estensione di Chrome sviluppata da https://timothytocci.wordpress.com, e la sua funzione principale è "Context menu item that plurks the current page-if text is selected provides a menu item to search plurks for the text".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Plurk-it
Scarica i file di estensione Plurk-it 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
Nice minimalistic add-on that adds a context menu to share a page on plurk.com If text on the web page is selected, it then adds a context menu to search plurk posts for the selected text. To see the code for this add-on go to: http://timothytocci.com/2012/07/29/plurk-it-a-simple-google-chrome-extension-for-using-plurk-com/
Informazioni di Base sull'Estensione
| Nome | |
| ID | phapeaiiijjnafpcpcjcachmgdgfkkmc |
| URL Ufficiale | https://chromewebstore.google.com/detail/plurk-it/phapeaiiijjnafpcpcjcachmgdgfkkmc |
| Descrizione | Context menu item that plurks the current page-if text is selected provides a menu item to search plurks for the text |
| Dimensione del File | 42.95 KB |
| Conteggio Installazioni | 24 |
| Versione Corrente | 0.2 |
| Ultimo Aggiornamento | 2013-08-06 |
| Data di Pubblicazione | 2013-08-05 |
| Valutazione | 4.00/5 Totale 1 Valutazioni |
| Sviluppatore | https://timothytocci.wordpress.com |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://timothytocci.com/ |
| URL della Pagina di Aiuto | http://timothytocci.com/2012/07/29/plurk-it-a-simple-google-chrome-extension-for-using-plurk-com/ |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Plurk-it",
"description": "Context menu item that plurks the current page-if text is selected provides a menu item to search plurks for the text",
"version": "0.2",
"permissions": [
"contextMenus"
],
"icons": {
"16": "plurk16.png",
"32": "peopleicon32.png",
"48": "peopleicon48.png",
"128": "peopleicon128.png"
},
"background": {
"scripts": [
"app.js"
]
},
"manifest_version": 2
} | |