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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Helps you write more informative news headlines as you read articles to help your friends and to see the headlines that they write."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Reheadline एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ईमेल | [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'" } |