WriteM Smart Reader

Assistant to Smart Writer for collecting citations and other content from scholarly articles and websites

WriteM Smart Reader là gì?

WriteM Smart Reader là một tiện ích mở rộng Chrome được phát triển bởi WriteM, và tính năng chính của nó là "Assistant to Smart Writer for collecting citations and other content from scholarly articles and websites".

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

screenshot

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

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

                        Chrome Extension for collecting Literature in WriteM                    

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

Tên WriteM Smart Reader WriteM Smart Reader
ID faijmfpkfbdkhiemldnjcdagbjondejn
URL Chính Thức https://chromewebstore.google.com/detail/writem-smart-reader/faijmfpkfbdkhiemldnjcdagbjondejn
Mô tả Assistant to Smart Writer for collecting citations and other content from scholarly articles and websites
Kích Thước Tệp 2.99 MB
Số Lần Cài Đặt 316
Phiên Bản Hiện Tại 1.8.1
Cập Nhật Lần Cuối 2024-02-13
Ngày Phát Hành 2020-03-23
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển WriteM
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.writem.net
URL Trang Chính Sách Bảo Mật https://writem.net/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WriteM Smart Reader",
    "short_name": "WriteM Smart Reader",
    "version": "1.8.1",
    "description": "Assistant to Smart Writer for collecting citations and other content from scholarly articles and websites",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon-16.png",
        "24": "icons\/icon-24.png",
        "32": "icons\/icon-32.png",
        "36": "icons\/icon-36.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "",
        "storage",
        "pageCapture",
        "tabs",
        "webRequest"
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "WriteM Smart Reader"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "styles\/content.css"
            ],
            "js": [
                "scripts\/content.js"
            ]
        }
    ],
    "options_page": "welcome.html",
    "web_accessible_resources": [
        "icons\/*",
        "images\/*",
        "styles\/*"
    ]
}