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 je Plurk-it?
Plurk-it je rozšíření Chrome vyvinuté https://timothytocci.wordpress.com, a jeho hlavní funkcí je „Context menu item that plurks the current page-if text is selected provides a menu item to search plurks for the text“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Plurk-it
Stáhněte si soubory rozšíření Plurk-it ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
                        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/                     Základní Informace o Rozšíření
| Název |  | 
| ID | phapeaiiijjnafpcpcjcachmgdgfkkmc | 
| Oficiální URL | https://chromewebstore.google.com/detail/plurk-it/phapeaiiijjnafpcpcjcachmgdgfkkmc | 
| Popis | Context menu item that plurks the current page-if text is selected provides a menu item to search plurks for the text | 
| Velikost souboru | 42.95 KB | 
| Počet instalací | 24 | 
| Aktuální Verze | 0.2 | 
| Poslední Aktualizace | 2013-08-06 | 
| Datum Vydání | 2013-08-05 | 
| Hodnocení | 4.00/5 Celkem 1 Hodnocení | 
| Vývojář | https://timothytocci.wordpress.com | 
| Typ Platby | free | 
| Webové stránky Rozšíření | http://timothytocci.com/ | 
| URL Stránky Nápovědy | http://timothytocci.com/2012/07/29/plurk-it-a-simple-google-chrome-extension-for-using-plurk-com/ | 
| Podporované Jazyky | 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
} | |