TxtPad
Quick Notes from Anywhere!
TxtPad là gì?
TxtPad là một tiện ích mở rộng Chrome được phát triển bởi https://txtpad.in, và tính năng chính của nó là "Quick Notes from Anywhere!".
Ả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 TxtPad
Tải xuống các tệp mở rộng TxtPad 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
TxtPad for Google Chrome helps you in conveniently creating notes from web pages as you browse them. It saves all notes in your TxtPad account. With the TxtPad for Google Chrome, you can - + Select text content and save as note + Save current page link with title as a note + Save any link on the web page as a note + Create notes from any page All this without opening the TxtPad web applicatoin. It's super-quick and super-easy!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | TxtPad |
ID | andhgnknhimoabaoajbafhgglhkcmjae |
URL Chính Thức | https://chromewebstore.google.com/detail/txtpad/andhgnknhimoabaoajbafhgglhkcmjae |
Mô tả | Quick Notes from Anywhere! |
Kích Thước Tệp | 39.12 KB |
Số Lần Cài Đặt | 181 |
Phiên Bản Hiện Tại | 0.0.0.3 |
Cập Nhật Lần Cuối | 2013-12-02 |
Ngày Phát Hành | 2013-12-01 |
Đánh Giá | 3.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | https://txtpad.in |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://txtpad.in |
URL Trang Trợ Giúp | http://txtpad.in |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TxtPad", "description": "Quick Notes from Anywhere!", "version": "0.0.0.3", "homepage_url": "http:\/\/txtpad.in", "icons": { "16": "images\/tbxlogo16.png", "48": "images\/tbxlogo48.png", "128": "images\/tbxlogo128.png" }, "browser_action": { "default_icon": "images\/tbxlogo19.png", "default_title": "TxtPad", "default_popup": "popup.html" }, "background": { "scripts": [ "scripts\/jquery-2.0.0.min.js", "scripts\/common.min.js", "scripts\/background.min.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true, "js": [ "scripts\/content_script.min.js" ] } ], "permissions": [ "contextMenus", "tabs", "notifications", "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "images\/tbxlogo48.png", "images\/tbxlogo19.png", "scripts\/content_script.min.js.map" ] } |