WriteM Smart Reader

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

What is WriteM Smart Reader?

WriteM Smart Reader is a Chrome extension developed by WriteM, and its main feature is "Assistant to Smart Writer for collecting citations and other content from scholarly articles and websites".

Extension Screenshots

screenshot

Download WriteM Smart Reader Extension CRX File

Download WriteM Smart Reader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Chrome Extension for collecting Literature in WriteM                    

Extension Basic Information

Name WriteM Smart Reader WriteM Smart Reader
ID faijmfpkfbdkhiemldnjcdagbjondejn
Official URL https://chromewebstore.google.com/detail/writem-smart-reader/faijmfpkfbdkhiemldnjcdagbjondejn
Description Assistant to Smart Writer for collecting citations and other content from scholarly articles and websites
File Size 2.99 MB
Installation Count 316
Current Version 1.8.1
Last Updated 2024-02-13
Publish Date 2020-03-23
Rating 5.00/5 Total 2 Ratings
Developer WriteM
Email [email protected]
Payment Type free
Extension Website https://www.writem.net
Privacy Policy Page URL https://writem.net/privacy-policy
Supported Languages 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\/*"
    ]
}