Just the facts
Just the Facts highlights key information (quotes, names, numbers, dates) in clear, bold colors, enabling both the casual news…
什麼是Just the facts?
Just the facts是由Beyang開發的Chrome擴展程式,該擴展的主要功能是“Just the Facts highlights key information (quotes, names, numbers, dates) in clear, bold colors, enabling both the casual news…”。
擴展截圖
下載Just the facts擴展crx文件
下載Just the facts擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Just the Facts highlights key information (quotes, names, numbers, dates) in clear, bold colors, enabling both the casual news reader and hardcore news junkie to glean the gist of a webpage at a glance. Cut through the cruft and get straight to the cold, hard facts. By default, Just the Facts is activated for a selection of popular news sites such as The New York Times, The Economist, and The Washington Post, but this list can easily be modified via the options screen (accessible from the Chrome extensions menu).
擴展基本資訊
名稱 | Just the facts |
ID | ceaekpehbnemdlpggkmlacchidmeejnf |
官方網址 | https://chromewebstore.google.com/detail/just-the-facts/ceaekpehbnemdlpggkmlacchidmeejnf |
簡介 | Just the Facts highlights key information (quotes, names, numbers, dates) in clear, bold colors, enabling both the casual news… |
檔案大小 | 28.67 KB |
安裝次數 | 60 |
目前版本 | 2.0 |
更新時間 | 2013-09-30 |
上架時間 | 2013-09-30 |
評分 | 4.20/5 共 10 次評分 |
開發者 | Beyang |
付費類型 | free |
擴展官網 | https://github.com/beyang/justthefacts |
說明頁面URL | https://github.com/beyang/justthefacts/issues |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Just the facts", "version": "2.0", "page_action": { "default_title": "Just the facts" }, "options_page": "options.html", "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "css": [ "highlight.css" ], "matches": [ "*:\/\/*\/*", "file:\/\/*\/*" ], "run_at": "document_end", "js": [ "highlight.js" ] } ], "icons": { "48": "img\/icon48.png", "128": "img\/icon128.png" }, "manifest_version": 2 } |