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 là gì?
Reheadline là một tiện ích mở rộng Chrome được phát triển bởi Farnaz Jahanbakhsh, và tính năng chính của nó là "Helps you write more informative news headlines as you read articles to help your friends and to see the headlines that they write.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Reheadline
Tải xuống các tệp mở rộng Reheadline dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | iignpdlabbnnacdkchpnpljkhdlkblbh |
URL Chính Thức | https://chromewebstore.google.com/detail/reheadline/iignpdlabbnnacdkchpnpljkhdlkblbh |
Mô tả | Helps you write more informative news headlines as you read articles to help your friends and to see the headlines that they write. |
Kích Thước Tệp | 3.56 MB |
Số Lần Cài Đặt | 11 |
Phiên Bản Hiện Tại | 0.1.21 |
Cập Nhật Lần Cuối | 2022-12-20 |
Ngày Phát Hành | 2022-09-26 |
Đánh Giá | 3.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Farnaz Jahanbakhsh |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://reheadline.csail.mit.edu/about |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |