Plurk-it

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

Qu'est-ce que Plurk-it ?

Plurk-it est une extension Chrome développée par https://timothytocci.wordpress.com, et sa fonction principale est "Context menu item that plurks the current page-if text is selected provides a menu item to search plurks for the text".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Plurk-it

Téléchargez les fichiers d'extension Plurk-it au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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/                    

Informations de Base sur l'Extension

Nom Plurk-it Plurk-it
ID phapeaiiijjnafpcpcjcachmgdgfkkmc
URL Officiel 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
Taille du Fichier 42.95 KB
Nombre d'Installations 24
Version Actuelle 0.2
Dernière Mise à Jour 2013-08-06
Date de Publication 2013-08-05
Évaluation 4.00/5 Total 1 Évaluations
Développeur https://timothytocci.wordpress.com
Type de Paiement free
Site Web de l'Extension http://timothytocci.com/
URL de la Page d'Aide http://timothytocci.com/2012/07/29/plurk-it-a-simple-google-chrome-extension-for-using-plurk-com/
Langues Prises en Charge 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
}