Reddit Post Previewer
A chrome extension to preview new Reddit posts.
什麼是Reddit Post Previewer?
Reddit Post Previewer是由Nick Rameau開發的Chrome擴展程式,該擴展的主要功能是“A chrome extension to preview new Reddit posts.”。
擴展截圖
下載Reddit Post Previewer擴展crx文件
下載Reddit Post Previewer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A chrome extension to preview new Reddit posts. It's open source: https://github.com/R4meau/reddit-post-previewer
擴展基本資訊
名稱 | Reddit Post Previewer |
ID | cmciogmigfaangcbmlmncbjofgpojgil |
官方網址 | https://chromewebstore.google.com/detail/reddit-post-previewer/cmciogmigfaangcbmlmncbjofgpojgil |
簡介 | A chrome extension to preview new Reddit posts. |
檔案大小 | 52.91 KB |
安裝次數 | 113 |
目前版本 | 1.0.0 |
更新時間 | 2016-10-10 |
上架時間 | 2016-10-10 |
評分 | 4.33/5 共 3 次評分 |
開發者 | Nick Rameau |
電子郵箱 | [email protected] |
付費類型 | free |
說明頁面URL | https://github.com/R4meau/reddit-post-previewer |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reddit Post Previewer", "version": "1.0.0", "description": "A chrome extension to preview new Reddit posts.", "manifest_version": 2, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "content_scripts": [ { "js": [ "js\/jquery-2.0.2.min.js", "js\/showdown.min.js", "js\/background.js" ], "css": [ "css\/custom.css" ], "matches": [ "https:\/\/www.reddit.com\/*submit?selftext=true", "http:\/\/www.reddit.com\/*submit?selftext=true" ] } ] } |