WriteM Smart Reader

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

Co to jest WriteM Smart Reader?

WriteM Smart Reader to rozszerzenie Chrome opracowane przez WriteM, a jego główną funkcją jest „Assistant to Smart Writer for collecting citations and other content from scholarly articles and websites”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia WriteM Smart Reader

Pobierz pliki rozszerzeń WriteM Smart Reader w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Chrome Extension for collecting Literature in WriteM                    

Podstawowe informacje o rozszerzeniu

Nazwa WriteM Smart Reader WriteM Smart Reader
ID faijmfpkfbdkhiemldnjcdagbjondejn
Oficjalny URL https://chromewebstore.google.com/detail/writem-smart-reader/faijmfpkfbdkhiemldnjcdagbjondejn
Opis Assistant to Smart Writer for collecting citations and other content from scholarly articles and websites
Rozmiar pliku 2.99 MB
Liczba instalacji 316
Aktualna Wersja 1.8.1
Ostatnia Aktualizacja 2024-02-13
Data Publikacji 2020-03-23
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper WriteM
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.writem.net
Adres URL Strony Polityki Prywatności https://writem.net/privacy-policy
Obsługiwane Języki 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\/*"
    ]
}