Product Hunt Favicon Edition
Add favicons to posts on producthunt.com
Product Hunt Favicon Editionとは何ですか?
Product Hunt Favicon Editionはwebsirnikによって開発されたChromeの拡張機能で、その主な機能は「Add favicons to posts on producthunt.com」です。
拡張機能のスクリーンショット
Product Hunt Favicon Edition拡張機能のCRXファイルをダウンロード
Product Hunt Favicon Edition拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | |
ID | lmbddljbacemiaiplcgkjpngjnpikdeh |
公式URL | https://chrome.google.com/webstore/detail/product-hunt-favicon-edit/lmbddljbacemiaiplcgkjpngjnpikdeh |
説明 | Add favicons to posts on producthunt.com |
ファイルサイズ | 48.26 KB |
インストール数 | 19 |
現在のバージョン | 0.4.1 |
最終更新日 | 2014-12-20 |
公開日 | 2014-12-20 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | websirnik |
支払い方法 | free |
拡張機能のウェブサイト | http://twitter.com/nikitakorotaev |
ヘルプページのURL | http://twitter.com/nikitakorotaev |
対応言語 | 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\/*" ] } |