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文件

下載WriteM Smart Reader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Chrome Extension for collecting Literature in WriteM                    

擴展基本資訊

名稱 WriteM Smart Reader WriteM Smart Reader
ID faijmfpkfbdkhiemldnjcdagbjondejn
官方網址 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\/*"
    ]
}