Plurk-it

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

What is Plurk-it?

Plurk-it is a Chrome extension developed by https://timothytocci.wordpress.com, and its main feature is "Context menu item that plurks the current page-if text is selected provides a menu item to search plurks for the text".

Extension Screenshots

screenshot
screenshot

Download Plurk-it Extension CRX File

Download Plurk-it extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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/                    

Extension Basic Information

Name Plurk-it Plurk-it
ID phapeaiiijjnafpcpcjcachmgdgfkkmc
Official URL https://chromewebstore.google.com/detail/plurk-it/phapeaiiijjnafpcpcjcachmgdgfkkmc
Description Context menu item that plurks the current page-if text is selected provides a menu item to search plurks for the text
File Size 42.95 KB
Installation Count 24
Current Version 0.2
Last Updated 2013-08-06
Publish Date 2013-08-05
Rating 4.00/5 Total 1 Ratings
Developer https://timothytocci.wordpress.com
Payment Type free
Extension Website http://timothytocci.com/
Help Page URL http://timothytocci.com/2012/07/29/plurk-it-a-simple-google-chrome-extension-for-using-plurk-com/
Supported Languages 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
}