WebCite

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

WebCite là gì?

WebCite là một tiện ích mở rộng Chrome được phát triển bởi Dan co. development, và tính năng chính của nó là "Citation maker exports webpages, check credibility, built in bibliography. MLA 8, MLA 7, APA. EZcite. Easybib. Noodletools. Cite".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng WebCite

Tải xuống các tệp mở rộng WebCite dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        - 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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WebCite WebCite
ID eedcgdapkfgbfdknngcpiphmfifgonji
URL Chính Thức https://chromewebstore.google.com/detail/webcite/eedcgdapkfgbfdknngcpiphmfifgonji
Mô tả Citation maker exports webpages, check credibility, built in bibliography. MLA 8, MLA 7, APA. EZcite. Easybib. Noodletools. Cite
Kích Thước Tệp 2.32 MB
Số Lần Cài Đặt 2,889
Phiên Bản Hiện Tại 4.4.9
Cập Nhật Lần Cuối 2021-07-18
Ngày Phát Hành 2019-12-15
Đánh Giá 4.33/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Dan co. development
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://sites.google.com/view/webcite-terms-of-service
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}