Plurk-it

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

Plurk-it क्या है?

Plurk-it https://timothytocci.wordpress.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Context menu item that plurks the current page-if text is selected provides a menu item to search plurks for the text"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Plurk-it एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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/                    

एक्सटेंशन की मूल जानकारी

नाम Plurk-it Plurk-it
ID phapeaiiijjnafpcpcjcachmgdgfkkmc
आधिकारिक URL https://chromewebstore.google.com/detail/plurk-it/phapeaiiijjnafpcpcjcachmgdgfkkmc
विवरण Context menu item that plurks the current page-if text is selected provides a menu item to search plurks for the text
फ़ाइल का आकार 42.95 KB
स्थापना संख्या 24
वर्तमान संस्करण 0.2
अंतिम अपडेट 2013-08-06
प्रकाशन तिथि 2013-08-05
रेटिंग 4.00/5 कुल 1 रेटिंग्स
डेवलपर https://timothytocci.wordpress.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://timothytocci.com/
सहायता पृष्ठ URL http://timothytocci.com/2012/07/29/plurk-it-a-simple-google-chrome-extension-for-using-plurk-com/
समर्थित भाषाएँ 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
}