Reddit New Comments Highlighter
Highlights new comments when you revisit a comments page on reddit.
Reddit New Comments Highlighterとは何ですか?
Reddit New Comments Highlighterはhttps://blog.abhijeetr.comによって開発されたChromeの拡張機能で、その主な機能は「Highlights new comments when you revisit a comments page on reddit.」です。
拡張機能のスクリーンショット
Reddit New Comments Highlighter拡張機能のCRXファイルをダウンロード
Reddit New Comments Highlighter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension highlights new comments on a link page in reddit when you revisit a link. To jump between "new links", simply use shortcut keys "Shift+Up" & "Shift+Down".
拡張機能の基本情報
名前 | Reddit New Comments Highlighter |
ID | ajdilinnnkbmpoegibgacadjlblmpjad |
公式URL | https://chromewebstore.google.com/detail/reddit-new-comments-highl/ajdilinnnkbmpoegibgacadjlblmpjad |
説明 | Highlights new comments when you revisit a comments page on reddit. |
ファイルサイズ | 163 KB |
インストール数 | 1,856 |
現在のバージョン | 3.0 |
最終更新日 | 2018-02-17 |
公開日 | 2018-02-16 |
評価 | 3.50/5 合計 24 レビュー |
開発者 | https://blog.abhijeetr.com |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "matches": [ "https:\/\/www.reddit.com\/r\/*", "http:\/\/www.reddit.com\/r\/*" ], "all_frames": true, "run_at": "document_start", "js": [ "includes\/content.js" ] } ], "name": "Reddit New Comments Highlighter", "icons": { "128": "icons\/icon128.png", "48": "icons\/icon48.png", "16": "icons\/button.png" }, "web_accessible_resources": [ "res\/*", "assets\/*", "icons\/*" ], "description": "Highlights new comments when you revisit a comments page on reddit.", "background": { "page": "background.html" }, "homepage_url": "https:\/\/github.com\/shadyabhi\/Reddit-New-Comments-Highlighter", "version": "3.0", "options_page": "options.html", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus", "webNavigation" ] } |