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…
Co to jest Pick Text?
Pick Text to rozszerzenie Chrome opracowane przez http://ibrainext.com, a jego główną funkcją jest „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…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Pick Text
Pobierz pliki rozszerzeń Pick Text w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | dmflhbklbljhnejldlgbjmpmpomfeaic |
Oficjalny URL | https://chrome.google.com/webstore/detail/pick-text/dmflhbklbljhnejldlgbjmpmpomfeaic |
Opis | 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… |
Rozmiar pliku | 25.14 KB |
Liczba instalacji | 15 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2015-01-27 |
Data Publikacji | 2015-01-27 |
Deweloper | http://ibrainext.com |
Typ Płatności | free |
Strona Rozszerzenia | http://www.ibrainext.com/home |
Obsługiwane Języki | 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" ] } |