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 |
公式URL | 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 |
Eメール | [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" ] } ] } |