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…
Apa itu Pick Text?
Pick Text adalah ekstensi Chrome yang dikembangkan oleh http://ibrainext.com, dan fitur utamanya adalah "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 Ekstensi
Unduh Berkas CRX Ekstensi Pick Text
Unduh file ekstensi Pick Text dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | dmflhbklbljhnejldlgbjmpmpomfeaic |
URL Resmi | https://chrome.google.com/webstore/detail/pick-text/dmflhbklbljhnejldlgbjmpmpomfeaic |
Deskripsi | 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… |
Ukuran File | 25.14 KB |
Jumlah Instalasi | 15 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2015-01-27 |
Tanggal Publikasi | 2015-01-27 |
Pengembang | http://ibrainext.com |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.ibrainext.com/home |
Bahasa yang Didukung | 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" ] } |