ClipIt
This chrome extension clips the selected text on the webpage. These clips can be saved into a text file.
ClipIt क्या है?
ClipIt Mayank Bhardwaj द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This chrome extension clips the selected text on the webpage. These clips can be saved into a text file."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ClipIt एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This is a simple note clipper extension app that helps you to save the import text you come across while reading a webpage. After selecting the text you want clip the right click menu option shows a ClipIt option. This option clips the text and adds it over the clipboard popup which can be accessed from the top right of the browser. This popup acts as a clipboard to see your recently clipped notes. You can export the notes using "Export Notes" into a text file. You may want to clear all the notes over the clipboard whenever you want a fresh clipboard. This could be done through "Clear Notes" option.
एक्सटेंशन की मूल जानकारी
नाम | ClipIt |
ID | jgmemodiapblpagmpfdkpjinbhfkpife |
आधिकारिक URL | https://chromewebstore.google.com/detail/clipit/jgmemodiapblpagmpfdkpjinbhfkpife |
विवरण | This chrome extension clips the selected text on the webpage. These clips can be saved into a text file. |
फ़ाइल का आकार | 39.73 KB |
स्थापना संख्या | 1,618 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2018-06-20 |
प्रकाशन तिथि | 2018-06-20 |
रेटिंग | 4.67/5 कुल 3 रेटिंग्स |
डेवलपर | Mayank Bhardwaj |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ClipIt", "version": "1.0", "description": "This chrome extension clips the selected text on the webpage. These clips can be saved into a text file.", "icons": { "48": "icons\/clipit48.png", "128": "icons\/clipit128.png" }, "browser_action": { "default_icon": "icons\/clipit128.png", "default_popup": "popup.html" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "permissions": [ "storage", "notifications", "contextMenus" ] } |