WebCite

Citation maker exports webpages, check credibility, built in bibliography. MLA 8, MLA 7, APA. EZcite. Easybib. Noodletools. Cite

WebCiteคืออะไร?

WebCite เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dan co. development และคุณลักษณะหลักของมันคือ "Citation maker exports webpages, check credibility, built in bibliography. MLA 8, MLA 7, APA. EZcite. Easybib. Noodletools. Cite"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        - Automatically Cite Web Pages
- Single Click
- Edit Citation Format
- Manually Tweak Citations
- Export (Google Docs and more)
- No Adds
- Updated Frequently to Optimize Algorithms

- Supports: MLA and APA
- Credibility stats frequently updated
- Fast and lightweight
- Utilizes of multiple bibliographies at once                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ WebCite WebCite
ID eedcgdapkfgbfdknngcpiphmfifgonji
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/webcite/eedcgdapkfgbfdknngcpiphmfifgonji
คำอธิบาย Citation maker exports webpages, check credibility, built in bibliography. MLA 8, MLA 7, APA. EZcite. Easybib. Noodletools. Cite
ขนาดไฟล์ 2.32 MB
จำนวนการติดตั้ง 2,889
เวอร์ชันปัจจุบัน 4.4.9
อัปเดตครั้งล่าสุด 2021-07-18
วันที่เผยแพร่ 2019-12-15
คะแนน 4.33/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Dan co. development
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://sites.google.com/view/webcite-terms-of-service
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WebCite",
    "description": "Citation maker exports webpages, check credibility, built in bibliography. MLA 8, MLA 7, APA. EZcite. Easybib. Noodletools. Cite",
    "version": "4.4.9",
    "author": "dandevelopment",
    "browser_action": {
        "default_icon": "assets\/icon.png",
        "default_popup": "cite.html"
    },
    "offline_enabled": true,
    "background": {
        "scripts": [
            "gdocs.js",
            "backround.js",
            "tools.js"
        ]
    },
    "oauth2": {
        "client_id": "697231731558-78un0rrdccfqn4cm5k3hqni0t95oh41r.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "activeTab",
        "storage",
        "identity",
        "contextMenus",
        "tabs",
        "https:\/\/www.easybib.com\/credibility\/index\/json",
        "downloads",
        "downloads.open"
    ],
    "icons": {
        "128": "assets\/ezcite128.png",
        "48": "assets\/ezcite48.png",
        "16": "assets\/ezcite16.png"
    }
}