HackerNew
The best Hacker News extension, making HN quicker and more useful since 2012.
什麼是HackerNew?
HackerNew是由Tom Moor開發的Chrome擴展程式,該擴展的主要功能是“The best Hacker News extension, making HN quicker and more useful since 2012.”。
擴展截圖
下載HackerNew擴展crx文件
下載HackerNew擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Once you install this extension you'll never be able to go back to regular Hacker News, featuring: - Improved readability design - Retina screen support - User following - Super fast inline replies - Quick profiles with social network info when hovering over usernames - Filtering of stories based on terms and phrases / domain or user - Endless scrolling - Collapsible comment threads - Direct link to Google Cache version - Social sharing for Twitter, Facebook, Google+, Buffer HackerNew is open source - forks and improvements are welcome: https://github.com/tommoor/HackerNew
擴展基本資訊
名稱 | HackerNew |
ID | lgoghlndihpmbbgmbpjohilcphbfhddd |
官方網址 | https://chromewebstore.google.com/detail/hackernew/lgoghlndihpmbbgmbpjohilcphbfhddd |
簡介 | The best Hacker News extension, making HN quicker and more useful since 2012. |
檔案大小 | 209 KB |
安裝次數 | 1,213 |
目前版本 | 1.3.2 |
更新時間 | 2021-04-20 |
上架時間 | 2021-04-20 |
評分 | 4.32/5 共 50 次評分 |
開發者 | Tom Moor |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/tommoor/HackerNew |
說明頁面URL | https://github.com/tommoor/HackerNew |
隱私政策頁面URL | https://github.com/tommoor/HackerNew/blob/master/PRIVACY.md |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "HackerNew", "version": "1.3.2", "description": "The best Hacker News extension, making HN quicker and more useful since 2012.", "background": { "page": "background.html" }, "icons": { "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "manifest_version": 2, "web_accessible_resources": [ "images\/karma.png", "images\/follow.png", "images\/unfollow.png", "images\/loading.gif", "images\/loading-light.gif", "images\/icons.png", "images\/icon.png", "images\/arrow-up.png", "images\/arrow-down.png" ], "content_scripts": [ { "matches": [ "http:\/\/news.ycombinator.com\/*", "http:\/\/news.ycombinator.org\/*", "http:\/\/hackerne.ws\/*", "https:\/\/news.ycombinator.com\/*" ], "css": [ "forms.css", "hn.css" ], "js": [ "js\/libs\/jquery-1.7.1.min.js", "js\/libs\/jquery.hoverIntent.js", "js\/libs\/jquery.autogrow.js", "js\/libs\/twitter.text.js", "js\/hn.js" ] } ] } |