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…
Pick Textとは何ですか?
Pick Textはhttp://ibrainext.comによって開発されたChromeの拡張機能で、その主な機能は「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…」です。
拡張機能のスクリーンショット
Pick Text拡張機能のCRXファイルをダウンロード
Pick Text拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | |
ID | dmflhbklbljhnejldlgbjmpmpomfeaic |
公式URL | https://chrome.google.com/webstore/detail/pick-text/dmflhbklbljhnejldlgbjmpmpomfeaic |
説明 | 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… |
ファイルサイズ | 25.14 KB |
インストール数 | 15 |
現在のバージョン | 1.2 |
最終更新日 | 2015-01-27 |
公開日 | 2015-01-27 |
開発者 | http://ibrainext.com |
支払い方法 | free |
拡張機能のウェブサイト | http://www.ibrainext.com/home |
対応言語 | 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" ] } |