Merit

Merit helps you discover and read high-quality content on the internet.

Merit là gì?

Merit là một tiện ích mở rộng Chrome được phát triển bởi Better, và tính năng chính của nó là "Merit helps you discover and read high-quality content on the internet.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Merit

Tải xuống các tệp mở rộng Merit 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

                        Tired of reading low-quality content on the internet? Merit uses algorithms to analyze the quality of writing on websites. Merit flags the highest-ranked websites in your search results so you can save time and access better information when browsing the web.

Merit allows you to experiment with what you consider high quality content. Below are the factors —like Reading Time and Reading Score—which you can adjust according to your own preference. These factors are indicative of low quality or high quality websites.

- Reading Time is how long it takes to read an article, as measured by its length. We theorized that longer articles mean the author has put more effort into them, and higher effort is linked with quality. In real-world testing, a higher Reading Time was a decent predictor of quality, so we've turned Reading Time on by default.

- Reading Score is how sophisticated the writing on a website is. We theorized that more sophisticated writing is associated with writers that have more expertise and are better thinkers. In real-world testing, a higher Reading Score was a decent predictor of quality, so we've turned Reading Score on by default.

- Unique Links is a measure of how many unique links are in an article. We theorized that more links mean an article has more sources, which indicates a better-researched article. In real-world testing, a higher number of Unique Links was somewhat predictive of quality, so we've turned Unique Links off by default.

- Images is a measure of how many pictures are in an article. We theorized that more images means an article was produced with higher effort, which is linked with quality. In real-world testing, Images were an uncertain predictor of quality, so we've turned Images off by default. 

- H1 and H2 count are measures of how many headings are in an article. We theorized that more headings means an article is better organized. In real-world testing, header counts were an uncertain predictor of quality, so we've turned header counts off by default.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Merit Merit
ID foedaehfeohclhljjmbadhahnlkehbac
URL Chính Thức https://chromewebstore.google.com/detail/merit/foedaehfeohclhljjmbadhahnlkehbac
Mô tả Merit helps you discover and read high-quality content on the internet.
Kích Thước Tệp 89.65 KB
Số Lần Cài Đặt 34
Phiên Bản Hiện Tại 0.2.2
Cập Nhật Lần Cuối 2022-05-14
Ngày Phát Hành 2021-12-22
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Better
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.better.so/about-better/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Merit",
    "description": "Merit helps you discover and read high-quality content on the internet.",
    "version": "0.2.2",
    "icons": {
        "16": "icons\/icon16x16.png",
        "32": "icons\/icon32x32.png",
        "64": "icons\/icon64x64.png",
        "128": "icons\/icon128x128.png"
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_title": "Merit"
    },
    "background": {
        "scripts": [
            "purify.min.js",
            "eventPage.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "jquery-3.1.0.min.js",
                "purify.min.js",
                "Readability.min.js",
                "content.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "*:\/\/*\/*"
    ]
}