Plurk-it
Context menu item that plurks the current page-if text is selected provides a menu item to search plurks for the text
O que é Plurk-it?
Plurk-it é uma extensão do Chrome desenvolvida por https://timothytocci.wordpress.com, e sua principal característica é "Context menu item that plurks the current page-if text is selected provides a menu item to search plurks for the text".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Plurk-it
Baixe arquivos de extensão Plurk-it no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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/
Informações Básicas da Extensão
Nome | Plurk-it |
ID | phapeaiiijjnafpcpcjcachmgdgfkkmc |
URL Oficial | https://chromewebstore.google.com/detail/plurk-it/phapeaiiijjnafpcpcjcachmgdgfkkmc |
Descrição | Context menu item that plurks the current page-if text is selected provides a menu item to search plurks for the text |
Tamanho do Arquivo | 42.95 KB |
Contagem de Instalações | 24 |
Versão Atual | 0.2 |
Última Atualização | 2013-08-06 |
Data de Publicação | 2013-08-05 |
Classificação | 4.00/5 Total de 1 Avaliações |
Desenvolvedor | https://timothytocci.wordpress.com |
Tipo de Pagamento | free |
Site da Extensão | http://timothytocci.com/ |
URL da Página de Ajuda | http://timothytocci.com/2012/07/29/plurk-it-a-simple-google-chrome-extension-for-using-plurk-com/ |
Idiomas Suportados | 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 } |