Pick Text

Select text on a web page and click Pick Text menu item in the browser context menu(mouse right click). This would add the text…

Cos'è Pick Text?

Pick Text è un'estensione di Chrome sviluppata da http://ibrainext.com, e la sua funzione principale è "Select text on a web page and click Pick Text menu item in the browser context menu(mouse right click). This would add the text…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Pick Text

Scarica i file di estensione Pick Text in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Select text on a web page and click Pick Text menu item in the browser context menu(mouse right click). This would add the text with its url link to your knowledge base which is powered by www.ibrainext.com.  See http://www.ibrainext.com/home                    

Informazioni di Base sull'Estensione

Nome Pick Text Pick Text
ID dmflhbklbljhnejldlgbjmpmpomfeaic
URL Ufficiale https://chrome.google.com/webstore/detail/pick-text/dmflhbklbljhnejldlgbjmpmpomfeaic
Descrizione Select text on a web page and click Pick Text menu item in the browser context menu(mouse right click). This would add the text…
Dimensione del File 25.14 KB
Conteggio Installazioni 15
Versione Corrente 1.2
Ultimo Aggiornamento 2015-01-27
Data di Pubblicazione 2015-01-27
Sviluppatore http://ibrainext.com
Tipo di Pagamento free
Sito Web dell'Estensione http://www.ibrainext.com/home
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pick Text",
    "version": "1.2",
    "icons": {
        "16": "cherry2-16a.png",
        "128": "cherry2-128a.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "contextMenus"
    ]
}