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…
Vad är Pick Text?
Pick Text är en Chrome-tillägg utvecklad av http://ibrainext.com, och dess huvudfunktion är "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…".
Tilläggsskärmbilder
Ladda ner Pick Text-förlängningens CRX-fil
Ladda ner Pick Text-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | |
ID | dmflhbklbljhnejldlgbjmpmpomfeaic |
Officiell webbadress | https://chrome.google.com/webstore/detail/pick-text/dmflhbklbljhnejldlgbjmpmpomfeaic |
Beskrivning | 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… |
Filstorlek | 25.14 KB |
Antal Installationer | 15 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2015-01-27 |
Publiceringsdatum | 2015-01-27 |
Utvecklare | http://ibrainext.com |
Betalningssätt | free |
Tilläggswebbplats | http://www.ibrainext.com/home |
Stödda Språk | 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" ] } |