Text Keeper
Simple Text editor to gather all the information from the web, to save it to .pdf or .doc afterwards.
Text Keeper là gì?
Text Keeper là một tiện ích mở rộng Chrome được phát triển bởi roblesg136, và tính năng chính của nó là "Simple Text editor to gather all the information from the web, to save it to .pdf or .doc afterwards.".
Ả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 Text Keeper
Tải xuống các tệp mở rộng Text Keeper 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
Editor de texto simple para reunir toda la información de la web,para guardarla en .pdf o .doc . Para activar el panel y la extensión deberás ir a la siguiente url y activar el panel: chrome://flags/#enable-panels
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | noalkdgipciipfjddllfdfamgdhhbihk |
URL Chính Thức | https://chrome.google.com/webstore/detail/text-keeper/noalkdgipciipfjddllfdfamgdhhbihk |
Mô tả | Simple Text editor to gather all the information from the web, to save it to .pdf or .doc afterwards. |
Kích Thước Tệp | 2.22 MB |
Số Lần Cài Đặt | 21 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2016-06-19 |
Ngày Phát Hành | 2016-06-19 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | roblesg136 |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Text Keeper", "version": "1.0.0", "manifest_version": 2, "description": "Simple Text editor to gather all the information from the web, to save it to .pdf or .doc afterwards.", "browser_action": { "default_title": "Text Keeper", "default_icon": "icons\/icon-32.png", "default_popup": "popup.html" }, "icons": { "16": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |