hckr news
Add functionality to news.ycombinator.com and hckrnews.com
hckr newsとは何ですか?
hckr newsはhttps://hckrnews.comによって開発されたChromeの拡張機能で、その主な機能は「Add functionality to news.ycombinator.com and hckrnews.com」です。
拡張機能のスクリーンショット
hckr news拡張機能のCRXファイルをダウンロード
hckr news拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The browser extension adds a few features to both Hacker News and hckr news: * Highlight New Comments * Identify New Comments on hckrnews.com * Alexander Kirk's collapsible threads
拡張機能の基本情報
名前 | hckr news |
ID | mnlaodleonmmfkdhfofamacceeikgecp |
公式URL | https://chromewebstore.google.com/detail/hckr-news/mnlaodleonmmfkdhfofamacceeikgecp |
説明 | Add functionality to news.ycombinator.com and hckrnews.com |
ファイルサイズ | 52.15 KB |
インストール数 | 1,010 |
現在のバージョン | 2.0 |
最終更新日 | 2020-01-07 |
公開日 | 2020-01-07 |
評価 | 4.59/5 合計 17 レビュー |
開発者 | https://hckrnews.com |
支払い方法 | free |
拡張機能のウェブサイト | http://hckrnews.com/about.html |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "hckr news", "version": "2.0", "manifest_version": 2, "icons": { "72": "hckrnews-72.png" }, "description": "Add functionality to news.ycombinator.com and hckrnews.com", "background": { "scripts": [ "browser-polyfill.js", "background-script.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/hckrnews.com\/*" ], "js": [ "browser-polyfill.js", "hckr_inject.js" ] }, { "matches": [ "*:\/\/news.ycombinator.com\/item*" ], "js": [ "browser-polyfill.js", "hn_inject.js", "jquery-1.7.1.min.js", "hacker_news_comment_coll.user.js" ] } ] } |