WriteM Smart Reader

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

WriteM Smart Reader란 무엇입니까?

WriteM Smart Reader은(는) WriteM에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Assistant to Smart Writer for collecting citations and other content from scholarly articles and websites"입니다.

확장 프로그램 스크린샷

screenshot

WriteM Smart Reader 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Chrome Extension for collecting Literature in WriteM                    

확장 프로그램 기본 정보

이름 WriteM Smart Reader WriteM Smart Reader
ID faijmfpkfbdkhiemldnjcdagbjondejn
공식 URL https://chromewebstore.google.com/detail/writem-smart-reader/faijmfpkfbdkhiemldnjcdagbjondejn
설명 Assistant to Smart Writer for collecting citations and other content from scholarly articles and websites
파일 크기 2.99 MB
설치 횟수 316
현재 버전 1.8.1
최근 업데이트 2024-02-13
출시 날짜 2020-03-23
평점 5.00/5 총 2 개의 평점
개발자 WriteM
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.writem.net
개인정보 보호 정책 페이지 URL https://writem.net/privacy-policy
지원되는 언어 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\/*"
    ]
}