Good Old PH
Going back to the old Product Hunt layout
什么是Good Old PH?
Good Old PH是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Going back to the old Product Hunt layout”。
扩展截图
下载Good Old PH扩展crx文件
下载Good Old PH扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
made by tchret
扩展基本信息
名称 | Good Old PH |
ID | jloimhlmpgmmldlgeciedhmbeajedeba |
官方URL | https://chromewebstore.google.com/detail/good-old-ph/jloimhlmpgmmldlgeciedhmbeajedeba |
简介 | Going back to the old Product Hunt layout |
文件大小 | 524 KB |
安装次数 | 24 |
当前版本 | 0.0.6 |
更新时间 | 2017-01-19 |
上架时间 | 2017-01-19 |
开发者 | Unknown |
付费类型 | free |
扩展官网 | http://tchret.com |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Good Old PH", "version": "0.0.6", "manifest_version": 2, "description": "Going back to the old Product Hunt layout", "homepage_url": "http:\/\/twitter.com\/tchret", "icons": { "19": "icons\/icon19.png", "128": "icons\/icon128.png" }, "permissions": [ "https:\/\/www.producthunt.com\/", "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*.producthunt.com\/", "*:\/\/*.producthunt.com\/tech", "*:\/\/*.producthunt.com\/podcasts", "*:\/\/*.producthunt.com\/books", "*:\/\/*.producthunt.com\/games" ], "css": [ "src\/inject\/inject.css" ] } ] } |