Read with Instapaper
Instantly view any compatible web page in Instapaper's text view.
Read with Instapaper là gì?
Read with Instapaper là một tiện ích mở rộng Chrome được phát triển bởi Philipp Comans, và tính năng chính của nó là "Instantly view any compatible web page in Instapaper's text view.".
Ả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 Read with Instapaper
Tải xuống các tệp mở rộng Read with Instapaper 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
Version 0.4: Updated manifest to version 3. Version 0.3: New retina icon. I hope you like it. Version 0.2: Clicking the icon will do nothing if already displaying a site in Instapaper's text view. Changed manifest to version 2.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Read with Instapaper |
ID | loakjddodapechhbbfllclddgeccbmkl |
URL Chính Thức | https://chromewebstore.google.com/detail/read-with-instapaper/loakjddodapechhbbfllclddgeccbmkl |
Mô tả | Instantly view any compatible web page in Instapaper's text view. |
Kích Thước Tệp | 16.12 KB |
Số Lần Cài Đặt | 492 |
Phiên Bản Hiện Tại | 0.4 |
Cập Nhật Lần Cuối | 2022-09-06 |
Ngày Phát Hành | 2015-08-26 |
Đánh Giá | 4.67/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | Philipp Comans |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/pcomans/ReadWithInstapaper |
URL Trang Trợ Giúp | https://github.com/pcomans/ReadWithInstapaper/issues |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Read with Instapaper", "description": "Instantly view any compatible web page in Instapaper's text view.", "version": "0.4", "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "icon16.png", "24": "icon24.png", "32": "icon32.png" }, "default_title": "Instapaper Text" }, "homepage_url": "https:\/\/github.com\/pcomans\/ReadWithInstapaper", "icons": { "128": "icon-128.png" }, "permissions": [ "tabs" ], "manifest_version": 3 } |