WriteM Smart Reader

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

WriteM Smart Readerคืออะไร?

WriteM Smart Reader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย WriteM และคุณลักษณะหลักของมันคือ "Assistant to Smart Writer for collecting citations and other content from scholarly articles and websites"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WriteM Smart Reader

ดาวน์โหลดไฟล์ส่วนขยาย WriteM Smart Reader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/*"
    ]
}