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…
Wat is Pick Text?
Pick Text is een Chrome-extensie ontwikkeld door http://ibrainext.com, en de belangrijkste functie is "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…".
Extensie Screenshots
Download het CRX-bestand van de extensie Pick Text
Download Pick Text-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | dmflhbklbljhnejldlgbjmpmpomfeaic |
Officiële URL | https://chrome.google.com/webstore/detail/pick-text/dmflhbklbljhnejldlgbjmpmpomfeaic |
Beschrijving | 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… |
Bestandsgrootte | 25.14 KB |
Aantal Installaties | 15 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2015-01-27 |
Publicatiedatum | 2015-01-27 |
Ontwikkelaar | http://ibrainext.com |
Betalingswijze | free |
Extensiewebsite | http://www.ibrainext.com/home |
Ondersteunde Talen | 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" ] } |