WriteM Smart Reader

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

Wat is WriteM Smart Reader?

WriteM Smart Reader is een Chrome-extensie ontwikkeld door WriteM, en de belangrijkste functie is "Assistant to Smart Writer for collecting citations and other content from scholarly articles and websites".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie WriteM Smart Reader

Download WriteM Smart Reader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Chrome Extension for collecting Literature in WriteM                    

Basisinformatie over de Extensie

Naam WriteM Smart Reader WriteM Smart Reader
ID faijmfpkfbdkhiemldnjcdagbjondejn
Officiële URL https://chromewebstore.google.com/detail/writem-smart-reader/faijmfpkfbdkhiemldnjcdagbjondejn
Beschrijving Assistant to Smart Writer for collecting citations and other content from scholarly articles and websites
Bestandsgrootte 2.99 MB
Aantal Installaties 316
Huidige Versie 1.8.1
Laatst Bijgewerkt 2024-02-13
Publicatiedatum 2020-03-23
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar WriteM
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.writem.net
URL van de Privacybeleid Pagina https://writem.net/privacy-policy
Ondersteunde Talen 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\/*"
    ]
}