Plurk-it

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

Co to jest Plurk-it?

Plurk-it to rozszerzenie Chrome opracowane przez https://timothytocci.wordpress.com, a jego główną funkcją jest „Context menu item that plurks the current page-if text is selected provides a menu item to search plurks for the text”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Plurk-it

Pobierz pliki rozszerzeń Plurk-it w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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/                    

Podstawowe informacje o rozszerzeniu

Nazwa Plurk-it Plurk-it
ID phapeaiiijjnafpcpcjcachmgdgfkkmc
Oficjalny URL https://chromewebstore.google.com/detail/plurk-it/phapeaiiijjnafpcpcjcachmgdgfkkmc
Opis Context menu item that plurks the current page-if text is selected provides a menu item to search plurks for the text
Rozmiar pliku 42.95 KB
Liczba instalacji 24
Aktualna Wersja 0.2
Ostatnia Aktualizacja 2013-08-06
Data Publikacji 2013-08-05
Ocena 4.00/5 Łącznie 1 Oceny
Deweloper https://timothytocci.wordpress.com
Typ Płatności free
Strona Rozszerzenia http://timothytocci.com/
Adres URL Strony Pomocy http://timothytocci.com/2012/07/29/plurk-it-a-simple-google-chrome-extension-for-using-plurk-com/
Obsługiwane Języki 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
}