Plurk-it

Context menu item that plurks the current page-if text is selected provides a menu item to search plurks for the text

¿Qué es Plurk-it?

Plurk-it es una extensión de Chrome desarrollada por https://timothytocci.wordpress.com, y su función principal es "Context menu item that plurks the current page-if text is selected provides a menu item to search plurks for the text".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Plurk-it

Descarga archivos de extensión Plurk-it en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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/                    

Información Básica de la Extensión

Nombre Plurk-it Plurk-it
ID phapeaiiijjnafpcpcjcachmgdgfkkmc
URL Oficial https://chromewebstore.google.com/detail/plurk-it/phapeaiiijjnafpcpcjcachmgdgfkkmc
Descripción Context menu item that plurks the current page-if text is selected provides a menu item to search plurks for the text
Tamaño del Archivo 42.95 KB
Cantidad de Instalaciones 24
Versión Actual 0.2
Última Actualización 2013-08-06
Fecha de Publicación 2013-08-05
Calificación 4.00/5 Total de 1 Calificaciones
Desarrollador https://timothytocci.wordpress.com
Tipo de Pago free
Sitio Web de la Extensión http://timothytocci.com/
URL de la Página de Ayuda http://timothytocci.com/2012/07/29/plurk-it-a-simple-google-chrome-extension-for-using-plurk-com/
Idiomas Soportados 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
}