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.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下載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.                    

擴展基本資訊

名稱 Reheadline Reheadline
ID iignpdlabbnnacdkchpnpljkhdlkblbh
官方網址 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'"
}