ClipIt
This chrome extension clips the selected text on the webpage. These clips can be saved into a text file.
ClipIt là gì?
ClipIt là một tiện ích mở rộng Chrome được phát triển bởi Mayank Bhardwaj, và tính năng chính của nó là "This chrome extension clips the selected text on the webpage. These clips can be saved into a text file.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng ClipIt
Tải xuống các tệp mở rộng ClipIt dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ClipIt |
ID | jgmemodiapblpagmpfdkpjinbhfkpife |
URL Chính Thức | https://chromewebstore.google.com/detail/clipit/jgmemodiapblpagmpfdkpjinbhfkpife |
Mô tả | This chrome extension clips the selected text on the webpage. These clips can be saved into a text file. |
Kích Thước Tệp | 39.73 KB |
Số Lần Cài Đặt | 1,618 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2018-06-20 |
Ngày Phát Hành | 2018-06-20 |
Đánh Giá | 4.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Mayank Bhardwaj |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |