To the Comments!
View the reddit or Hacker News comments for a given page
什麼是To the Comments!?
To the Comments!是由https://burba.io開發的Chrome擴展程式,該擴展的主要功能是“View the reddit or Hacker News comments for a given page”。
擴展截圖
下載To the Comments!擴展crx文件
下載To the Comments!擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
View the Hacker News and Reddit comments for your current page.
擴展基本資訊
名稱 | To the Comments! |
ID | ceghmjigckmapkbgccgehlipbkdhglab |
官方網址 | https://chromewebstore.google.com/detail/to-the-comments/ceghmjigckmapkbgccgehlipbkdhglab |
簡介 | View the reddit or Hacker News comments for a given page |
檔案大小 | 20.92 KB |
安裝次數 | 16 |
目前版本 | 1.0.1 |
更新時間 | 2017-04-04 |
上架時間 | 2017-04-04 |
評分 | 5.00/5 共 2 次評分 |
開發者 | https://burba.io |
付費類型 | free |
擴展官網 | http://tothecomments.burba.io |
說明頁面URL | http://tothecomments.burba.io |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "To the Comments!", "description": "View the reddit or Hacker News comments for a given page", "version": "1.0.1", "icons": { "128": "src\/images\/comment.png" }, "permissions": [ "activeTab" ], "browser_action": { "default_icon": "src\/images\/comment.png", "default_title": "To the Comments!", "default_popup": "src\/popup.html" }, "background": { "scripts": [ "src\/js\/thru.js", "src\/js\/get-active-tab.js", "src\/js\/get-active-url.js", "src\/js\/get-comments.js", "src\/js\/background.js" ], "persistent": false }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+C" }, "description": "Show comments for current page" }, "open-top-reddit-link": { "suggested_key": { "default": "Alt+R" }, "description": "Open the top reddit link for this page" }, "open-top-hn-link": { "suggested_key": { "default": "Alt+H" }, "description": "Open the top Hacker News link for this page" } } } |