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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Pick Text एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |