Stackoverflow Likes
Collect questions or anwsers on Stack Overflow
Stackoverflow Likes là gì?
Stackoverflow Likes là một tiện ích mở rộng Chrome được phát triển bởi diverboxer, và tính năng chính của nó là "Collect questions or anwsers on Stack Overflow".
Ả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 Stackoverflow Likes
Tải xuống các tệp mở rộng Stackoverflow Likes 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
Help developers to search and collect resource, super easy to use 快速搜尋 Stack Overflow 讓你方便記錄喜歡的 Stack Overflow 回答 超好用的書籤功能 整理開發記錄時可以省去很多搜尋的時間 方便的預覽和匯出功能,開發的時候可以更有效率~ Features & characteristics: Show your likes on new tab Hide it when you are tired Easy to delete notes Preview notes Usage Go to chrome app store Install Stackoverflow-Likes Go to Stack Oveflow Like buttons will appear Enjoy it
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Stackoverflow Likes |
ID | aajeclgjifmdgancolheofdpabgkaemc |
URL Chính Thức | https://chromewebstore.google.com/detail/stackoverflow-likes/aajeclgjifmdgancolheofdpabgkaemc |
Mô tả | Collect questions or anwsers on Stack Overflow |
Kích Thước Tệp | 1.36 MB |
Số Lần Cài Đặt | 148 |
Phiên Bản Hiện Tại | 0.0.13 |
Cập Nhật Lần Cuối | 2020-08-24 |
Ngày Phát Hành | 2017-06-06 |
Đánh Giá | 4.67/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | diverboxer |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/xralphack/Stackoverflow-Likes |
URL Trang Trợ Giúp | https://github.com/xralphack/Stackoverflow-Likes |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Stackoverflow Likes", "short_name": "Stackoverflow Likes", "version": "0.0.13", "manifest_version": 2, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoky\/MnmU6ST75\/mjJdRGUlSxMVj8SsDKnbc8690aEmE3LKJ3UwCwKZcEnW4bYkSAdwDpwLfKVcH1fqXikgsKH\/5AXpWLxsyMq4vc\/uhpVYYfam6OYeXyKjP53KBS1u9i0tfCvDL+r6z0Dv7\/lchVf\/C4tUBHtbh1cVSP2H+tZHFhHsPT3b1WGB36LihFDVrQ0wl9qswPDiyNqcp\/cvwvI4+2BHdnZbFVHKWFyChh4Kl90YfNoi2zUOZeyPuojLMzvRCuK11kHPK24e2bMsz0XiGcQtaIcnUL7nPjqyfvkq7lx34iGjruvo26vbo7JEgbJJWsahl52lQ9wZnzm1EgXQIDAQAB", "description": "Collect questions or anwsers on Stack Overflow", "homepage_url": "https:\/\/github.com\/xralphack\/Stackoverflow-Likes", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "page": "src\/bg\/background.html", "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/stackoverflow.com\/questions\/*", "http:\/\/stackoverflow.com\/questions\/*" ], "css": [ "src\/inject\/inject.css" ] }, { "matches": [ "https:\/\/stackoverflow.com\/questions\/*", "http:\/\/stackoverflow.com\/questions\/*" ], "js": [ "vendor\/jquery\/jquery.min.js", "js\/helper.js", "src\/inject\/inject.js" ] } ], "permissions": [ "storage", "tabs", "http:\/\/stackoverflow.com\/questions\/*", "https:\/\/stackoverflow.com\/questions\/*" ], "browser_action": { "default_popup": "src\/browser_action\/browser_action.html" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'" } |