Plurk-it

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

Vad är Plurk-it?

Plurk-it är en Chrome-tillägg utvecklad av https://timothytocci.wordpress.com, och dess huvudfunktion är "Context menu item that plurks the current page-if text is selected provides a menu item to search plurks for the text".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Plurk-it-förlängningens CRX-fil

Ladda ner Plurk-it-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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/                    

Grundläggande Information om Tillägg

Namn Plurk-it Plurk-it
ID phapeaiiijjnafpcpcjcachmgdgfkkmc
Officiell webbadress https://chromewebstore.google.com/detail/plurk-it/phapeaiiijjnafpcpcjcachmgdgfkkmc
Beskrivning Context menu item that plurks the current page-if text is selected provides a menu item to search plurks for the text
Filstorlek 42.95 KB
Antal Installationer 24
Aktuell Version 0.2
Senast Uppdaterad 2013-08-06
Publiceringsdatum 2013-08-05
Betyg 4.00/5 Totalt 1 Betyg
Utvecklare https://timothytocci.wordpress.com
Betalningssätt free
Tilläggswebbplats http://timothytocci.com/
Hjälpsida URL http://timothytocci.com/2012/07/29/plurk-it-a-simple-google-chrome-extension-for-using-plurk-com/
Stödda Språk 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
}