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 |
官方網址 | 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" ] } ] } |