Quote Image As Text
Quote arbitary images on the web as markdown text
Quote Image As Text là gì?
Quote Image As Text là một tiện ích mở rộng Chrome được phát triển bởi motemen, và tính năng chính của nó là "Quote arbitary images on the web as markdown text".
Ả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 Quote Image As Text
Tải xuống các tệp mở rộng Quote Image As Text 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
Adds a context menu for images that enables you to quote the image easily. A markdown text is copied to your clipboard.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Quote Image As Text |
ID | fjjehanehnaejfgnmkgebkefbdnebbkc |
URL Chính Thức | https://chromewebstore.google.com/detail/quote-image-as-text/fjjehanehnaejfgnmkgebkefbdnebbkc |
Mô tả | Quote arbitary images on the web as markdown text |
Kích Thước Tệp | 8.43 KB |
Số Lần Cài Đặt | 225 |
Phiên Bản Hiện Tại | 0.0.2 |
Cập Nhật Lần Cuối | 2014-04-05 |
Ngày Phát Hành | 2014-04-05 |
Đánh Giá | 4.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | motemen |
[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", "name": "Quote Image As Text", "version": "0.0.2", "manifest_version": 2, "description": "Quote arbitary images on the web as markdown text", "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "permissions": [ "contextMenus", "clipboardWrite", "notifications" ], "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" } } |