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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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.                    

확장 프로그램 기본 정보

이름 Reheadline Reheadline
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'"
}