Reheadline
Helps you write more informative news headlines as you read articles to help your friends and to see the headlines that they write.
Reheadlineとは何ですか?
ReheadlineはFarnaz Jahanbakhshによって開発されたChromeの拡張機能で、その主な機能は「Helps you write more informative news headlines as you read articles to help your friends and to see the headlines that they write.」です。
拡張機能のスクリーンショット
Reheadline拡張機能のCRXファイルをダウンロード
Reheadline拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is a browser extension as part of a research project that helps you write better, more informative news headlines as you read news articles. Your posted headlines can help other users who are running the extension obtain a more accurate picture of the news story and enables you to see the headlines that the others write wherever you encounter those articles, even in your Facebook or Twitter feed.
拡張機能の基本情報
名前 | |
ID | iignpdlabbnnacdkchpnpljkhdlkblbh |
公式URL | https://chromewebstore.google.com/detail/reheadline/iignpdlabbnnacdkchpnpljkhdlkblbh |
説明 | Helps you write more informative news headlines as you read articles to help your friends and to see the headlines that they write. |
ファイルサイズ | 3.56 MB |
インストール数 | 11 |
現在のバージョン | 0.1.21 |
最終更新日 | 2022-12-20 |
公開日 | 2022-09-26 |
評価 | 3.67/5 合計 3 レビュー |
開発者 | Farnaz Jahanbakhsh |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://reheadline.csail.mit.edu/about |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.1.21", "name": "Reheadline", "homepage_url": "https:\/\/github.com\/farnazj\/Replace-Previews", "description": "Helps you write more informative news headlines as you read articles to help your friends and to see the headlines that they write.", "default_locale": "en", "permissions": [], "icons": { "16": "icons\/16_.png", "48": "icons\/48_.png", "128": "icons\/128_.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "exclude_globs": [ "http:\/\/trustnet.csail.mit.edu\/*", "https:\/\/trustnet.csail.mit.edu\/*", "http:\/\/reheadline.csail.mit.edu\/*", "https:\/\/reheadline.csail.mit.edu\/*" ], "js": [ "js\/content-script.js" ], "css": [ "css\/main.css" ] } ], "browser_action": { "default_popup": "popup.html", "default_title": "Reheadline", "default_icon": { "19": "icons\/16_.png", "38": "icons\/38_.png" } }, "options_ui": { "page": "options.html", "browser_style": true }, "web_accessible_resources": [ "icons\/38_.png" ], "content_security_policy": "script-src 'self' ; object-src 'self'" } |