Sidebar Toggle
Hide the sidebars on Reddit, Wikipedia, FB and Youtube to save screen-estate. Toggle by clicking on Icon or Command/Ctrl+Shift+E
Sidebar Toggle là gì?
Sidebar Toggle là một tiện ích mở rộng Chrome được phát triển bởi https://rahatol.com, và tính năng chính của nó là "Hide the sidebars on Reddit, Wikipedia, FB and Youtube to save screen-estate. Toggle by clicking on Icon or Command/Ctrl+Shift+E".
Ả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 Sidebar Toggle
Tải xuống các tệp mở rộng Sidebar Toggle 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
Clear the arbitrary spaces in pages that are constantly open on your screen. Currently only on pages: - Reddit - Wikipedia - Youtube - Facebook I can add more sites on demand. Note: Because wikipedia pages can be hosted on sites other than wikipedia.org the permissions require you to allow for all pages. I dont do anything other than remove some css elements and this can be seen on the extension code https://github.com/sinanm89/Wiki-NavBar-Toggle
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Sidebar Toggle |
ID | phedkmlklpciilhmiombagckiidaghje |
URL Chính Thức | https://chromewebstore.google.com/detail/sidebar-toggle/phedkmlklpciilhmiombagckiidaghje |
Mô tả | Hide the sidebars on Reddit, Wikipedia, FB and Youtube to save screen-estate. Toggle by clicking on Icon or Command/Ctrl+Shift+E |
Kích Thước Tệp | 23.96 KB |
Số Lần Cài Đặt | 96 |
Phiên Bản Hiện Tại | 0.1.0.1 |
Cập Nhật Lần Cuối | 2017-11-02 |
Ngày Phát Hành | 2017-11-01 |
Đánh Giá | 5.00/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | https://rahatol.com |
[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", "permissions": [ "storage", "*:\/\/*\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "onload.js" ] } ], "browser_action": { "default_icon": "fold.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+E", "mac": "Ctrl+Shift+E" } } }, "author": "Sinan Midillili", "name": "Sidebar Toggle", "short_name": "ST", "description": "Hide the sidebars on Reddit, Wikipedia, FB and Youtube to save screen-estate. Toggle by clicking on Icon or Command\/Ctrl+Shift+E", "version": "0.1.0.1", "manifest_version": 2, "icons": { "16": "fold.png", "48": "fold.png", "128": "fold.png" } } |