RoyalRoadLegends Proofreading Assistant

This extension greatly simplifies the process of pointing out mistakes in the chapter contents.

RoyalRoadLegends Proofreading Assistant là gì?

RoyalRoadLegends Proofreading Assistant là một tiện ích mở rộng Chrome được phát triển bởi Firebird, và tính năng chính của nó là "This extension greatly simplifies the process of pointing out mistakes in the chapter contents.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng RoyalRoadLegends Proofreading Assistant 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 extension allows you to gather your edit suggestions while reading, without the hassle of copying the text, scrolling down and adding it to your comment, then formatting it to show which parts need to be changed.

How to use the extension:
1. While on a chapter page on RoyalRoadL, select a part of the text that you want to suggest edits to.
2. Click on the small icon that shows up near your mouse cursor when you let up the mouse button after selecting the text.
3. A popup appears where you can apply the modifications you want to suggest to the original text. The 'Changes' section shows you the paragraph that will be added to your comment if you press the 'Add to comment' button.
4. Click on the 'Add to comment' button to add the result to your comment, or click on the 'Cancel' button to simply close the popup.

There are also a few quality of life changes to the website that can be turned on or off in the options page of the extension.

I have a few planned upgrades for the future:
 - customizing the automatic added text for the beginning of the comment, which is currently 'Edit suggestions:'
 - enabling/disabling the extension by simply clicking on the extension icon (useful if you don't like the small icon popping up whenever you select something in the chapter text)
 - adding a functionality that enables authors to automatically gather all suggestions made by this extension and applying them with a few clicks to the original text. (This will be a bigger undertaking and I'm not 100% sure I can make it as streamlined as I would want it to be. We'll see.)


If you have suggestions don't hesitate to share them!                    

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

Tên RoyalRoadLegends Proofreading Assistant RoyalRoadLegends Proofreading Assistant
ID mcfnmeoeboidnjfijmmakjidepeabdgh
URL Chính Thức https://chromewebstore.google.com/detail/royalroadlegends-proofrea/mcfnmeoeboidnjfijmmakjidepeabdgh
Mô tả This extension greatly simplifies the process of pointing out mistakes in the chapter contents.
Kích Thước Tệp 82.18 KB
Số Lần Cài Đặt 25
Phiên Bản Hiện Tại 0.0.0.3
Cập Nhật Lần Cuối 2017-12-15
Ngày Phát Hành 2017-12-15
Nhà Phát Triển Firebird
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RoyalRoadLegends Proofreading Assistant",
    "description": "This extension greatly simplifies the process of pointing out mistakes in the chapter contents.",
    "version": "0.0.0.3",
    "browser_action": {
        "default_icon": "icon48.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage",
        "*:\/\/royalroadl.com\/*",
        "*:\/\/www.royalroadl.com\/*"
    ],
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "http:\/\/royalroadl.com\/fiction\/*\/*\/chapter\/*",
                "https:\/\/royalroadl.com\/fiction\/*\/*\/chapter\/*",
                "http:\/\/www.royalroadl.com\/fiction\/*\/*\/chapter\/*",
                "https:\/\/www.royalroadl.com\/fiction\/*\/*\/chapter\/*"
            ],
            "js": [
                "lib\/jquery.min.js",
                "lib\/assistant.js",
                "lib\/diff.js",
                "lib\/bootstrap.min.js",
                "lib\/bootstrap-toggle.min.js"
            ],
            "css": [
                "css\/assistant.css",
                "css\/bootstrap.min.css",
                "css\/bootstrap-toggle.min.css",
                "css\/bootstrap-theme.min.css"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true,
        "open_in_tab": true
    },
    "web_accessible_resources": [
        "lib\/jquery.min.js",
        "lib\/diff.js",
        "lib\/bootstrap.min.js",
        "lib\/bootstrap-toggle.min.js",
        "icon48.png",
        "suggestion_popup.html"
    ]
}