Reddit Makeover
Make reddit easier on the eyes.
什麼是Reddit Makeover?
Reddit Makeover是由uxmatthew開發的Chrome擴展程式,該擴展的主要功能是“Make reddit easier on the eyes.”。
擴展截圖
下載Reddit Makeover擴展crx文件
下載Reddit Makeover擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Reddit Makeover v 1.0 [NEW! 2013] This simple extension INSTANTLY makes the reddit.com experience 100X more pleasurable. It's easier to scan, read, and understand. Whether you're new to reddit or an old pro, this extension is a life saver!
擴展基本資訊
名稱 | Reddit Makeover |
ID | gobfpbbhfcmlnfcagochgigpbelbfcbn |
官方網址 | https://chromewebstore.google.com/detail/reddit-makeover/gobfpbbhfcmlnfcagochgigpbelbfcbn |
簡介 | Make reddit easier on the eyes. |
檔案大小 | 93.78 KB |
安裝次數 | 63 |
目前版本 | 1.2 |
更新時間 | 2013-11-18 |
上架時間 | 2013-11-18 |
評分 | 5.00/5 共 3 次評分 |
開發者 | uxmatthew |
付費類型 | free |
擴展官網 | http://www.uxmatthew.com |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reddit Makeover", "version": "1.2", "manifest_version": 2, "description": "Make reddit easier on the eyes.", "content_scripts": [ { "matches": [ "http:\/\/*.reddit.com\/*", "https:\/\/*.reddit.com\/*" ], "css": [ "mystyles.css" ], "js": [ "jquery.js", "myscript.js" ] } ], "permissions": [ "http:\/\/api.flickr.com\/" ] } |