Product Hunt Favicon Edition
Add favicons to posts on producthunt.com
Product Hunt Favicon Edition là gì?
Product Hunt Favicon Edition là một tiện ích mở rộng Chrome được phát triển bởi websirnik, và tính năng chính của nó là "Add favicons to posts on producthunt.com".
Ả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 Product Hunt Favicon Edition
Tải xuống các tệp mở rộng Product Hunt Favicon Edition 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
Favicons are a hidden UX gem. They provide an insight what's behind the hyperlink. This extension made my producthunt.com experience 3x times more efficient. Helps to identify links to click(and not to) by providing a visual expectation in the form of an icon: - GitHub icon - Expect dev libraries - Amazon icon - Expect retail products - App Store / Play Store icons - Expect mobile apps - Kickstarter / Indiegogo icons - Expect crowdfunding campaigns - and so on... No signup required. Free. Built while watching cat videos. Ping me if you didn't like this extension: https://twitter.com/nikitakorotaev
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | lmbddljbacemiaiplcgkjpngjnpikdeh |
URL Chính Thức | https://chrome.google.com/webstore/detail/product-hunt-favicon-edit/lmbddljbacemiaiplcgkjpngjnpikdeh |
Mô tả | Add favicons to posts on producthunt.com |
Kích Thước Tệp | 48.26 KB |
Số Lần Cài Đặt | 19 |
Phiên Bản Hiện Tại | 0.4.1 |
Cập Nhật Lần Cuối | 2014-12-20 |
Ngày Phát Hành | 2014-12-20 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | websirnik |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://twitter.com/nikitakorotaev |
URL Trang Trợ Giúp | http://twitter.com/nikitakorotaev |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Product Hunt Favicon Edition", "short_name": "Product Hunt Favicon Edition", "description": "Add favicons to posts on producthunt.com", "version": "0.4.1", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "permissions": [ "*:\/\/www.producthunt.com\/*", "*:\/\/ph.nikita.io\/*" ], "content_scripts": [ { "matches": [ "*:\/\/www.producthunt.com\/*" ], "js": [ "jquery-2.1.1.min.js", "jquery-observe.min.js", "contentscript.js" ], "css": [ "main.css" ] } ], "web_accessible_resources": [ "*:\/\/getfavicon.appspot.com\/*" ] } |