Unsticky Medium
Unsticky the header and footer on sites that use the Medium.com platform
Unsticky Medium là gì?
Unsticky Medium là một tiện ích mở rộng Chrome được phát triển bởi jlei523, và tính năng chính của nó là "Unsticky the header and footer on sites that use the Medium.com platform".
Ả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 Unsticky Medium
Tải xuống các tệp mở rộng Unsticky Medium 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 plugin unstickies the header and footer on Medium.com and Medium platform sites - leaving you with much more room to read the content. To use: Click on the extension icon each time you're on a Medium.com or Medium platform article.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | laadcleekgoihflinfdkfhefnfclphkm |
URL Chính Thức | https://chrome.google.com/webstore/detail/unsticky-medium/laadcleekgoihflinfdkfhefnfclphkm |
Mô tả | Unsticky the header and footer on sites that use the Medium.com platform |
Kích Thước Tệp | 4.8 KB |
Số Lần Cài Đặt | 36 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2017-10-22 |
Ngày Phát Hành | 2017-10-22 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | jlei523 |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/jlei523/unsticky-medium |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Unsticky Medium", "description": "Unsticky the header and footer on sites that use the Medium.com platform", "version": "1.1", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Unsticky the header and footer on sites that use the Medium.com platform", "default_icon": "icon.png" }, "manifest_version": 2 } |