Sorted Stack
An extension that supplements stackoverflow.com by marking the highest voted answer by the community with a unique icon, as well as…
Sorted Stack là gì?
Sorted Stack là một tiện ích mở rộng Chrome được phát triển bởi SwickDev, và tính năng chính của nó là "An extension that supplements stackoverflow.com by marking the highest voted answer by the community with a unique icon, as well as…".
Ả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 Sorted Stack
Tải xuống các tệp mở rộng Sorted Stack 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
An extension that supplements stackoverflow.com by marking the highest voted answer by the community with a unique icon, as well as moving this answer to the first place position in the list. Normally the person can asking the question can select a single answer as accepted, but often times other answers arise that were too late to the game or the asker didn't like. This extension always places the answers in sorted order by the number of votes the answer received.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Sorted Stack |
ID | fpbbollnpcfogjaccdegemhcmpbeglkn |
URL Chính Thức | https://chromewebstore.google.com/detail/sorted-stack/fpbbollnpcfogjaccdegemhcmpbeglkn |
Mô tả | An extension that supplements stackoverflow.com by marking the highest voted answer by the community with a unique icon, as well as… |
Kích Thước Tệp | 33.16 KB |
Số Lần Cài Đặt | 22 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2016-04-27 |
Ngày Phát Hành | 2016-04-26 |
Đánh Giá | 4.40/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | SwickDev |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sorted Stack", "version": "0.1", "content_scripts": [ { "matches": [ "http:\/\/stackoverflow.com\/questions\/*", "https:\/\/stackoverflow.com\/questions\/*" ], "js": [ "content.js" ], "css": [ "style.css" ] } ], "web_accessible_resources": [ "images\/*.png" ], "icons": { "48": "images\/icon.png" } } |