Expand & Collapse
Extension allows the user to Expand & Collapse code sections which is hosted on any GitHub platform
Expand & Collapse là gì?
Expand & Collapse là một tiện ích mở rộng Chrome được phát triển bởi achamsanjeevakumar, và tính năng chính của nó là "Extension allows the user to Expand & Collapse code sections which is hosted on any GitHub 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 Expand & Collapse
Tải xuống các tệp mở rộng Expand & Collapse 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
Modern editors provide code expand & collapse feature which enables the user to navigate the code easily. Same doesn't exist for web version of github. Expand & Collapse tool provides same functionality. It supports prominent languages Java, JavaScript, C , C++, PHP,R,Swift
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Expand & Collapse |
ID | odeomhdjffbnnobalkalehmidefcdmkn |
URL Chính Thức | https://chromewebstore.google.com/detail/expand-collapse/odeomhdjffbnnobalkalehmidefcdmkn |
Mô tả | Extension allows the user to Expand & Collapse code sections which is hosted on any GitHub platform |
Kích Thước Tệp | 21.13 KB |
Số Lần Cài Đặt | 76 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2021-02-17 |
Ngày Phát Hành | 2021-02-17 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | achamsanjeevakumar |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/achamsanjeeva/ExpandCollapse |
URL Trang Trợ Giúp | https://github.com/achamsanjeeva/ExpandCollapse |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Expand & Collapse", "description": "Extension allows the user to Expand & Collapse code sections which is hosted on any GitHub platform", "homepage_url": "https:\/\/github.com\/achamsanjeeva\/ExpandCollapse", "version": "1.0.0", "author": "Acham Sanjeeva Kumar", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "tabs", "storage", "*:\/\/*.com\/*" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/16x16.png", "32": "\/images\/32x32.png", "48": "\/images\/48x48.png", "128": "\/images\/128x128.png" } }, "icons": { "16": "\/images\/16x16.png", "32": "\/images\/32x32.png", "48": "\/images\/48x48.png", "128": "\/images\/128x128.png" } } |