Cite This For Me: Web Citer

Automatically create website citations in the APA, MLA, Chicago, or Harvard referencing styles at the click of a button.

什麼是Cite This For Me: Web Citer?

Cite This For Me: Web Citer是由https://www.citethisforme.com開發的Chrome擴展程式,該擴展的主要功能是“Automatically create website citations in the APA, MLA, Chicago, or Harvard referencing styles at the click of a button.”。

擴展截圖

screenshot
screenshot

下載Cite This For Me: Web Citer擴展crx文件

下載Cite This For Me: Web Citer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Simply browse to the page you wish to cite and click the button to generate a correctly formatted citation. Then copy-and-paste the citation into your assignment, or add it to your online bibliography for safe keeping until later.

You can also add other sources (like books, journals, and newspapers) from our main tool at http://www.citethisforme.com

Sources are cited using the following format editions:
APA: 6th edition
Chicago: 16th edition
MLA: 7th edition
Harvard: N/A                    

擴展基本資訊

名稱 Cite This For Me: Web Citer Cite This For Me: Web Citer
ID nnnmhgkokpalnmbeighfomegjfkklkle
官方網址 https://chromewebstore.google.com/detail/cite-this-for-me-web-cite/nnnmhgkokpalnmbeighfomegjfkklkle
簡介 Automatically create website citations in the APA, MLA, Chicago, or Harvard referencing styles at the click of a button.
檔案大小 391 KB
安裝次數 910,824
目前版本 2.7.0
更新時間 2023-09-19
上架時間 2020-06-03
評分 3.76/5 共 500 次評分
開發者 https://www.citethisforme.com
電子郵箱 [email protected]
付費類型 free
擴展官網 http://www.citethisforme.com
支援的語言 en
manifest.json
{
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": [],
    "content_scripts": [
        {
            "js": [
                "js\/contentscript.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "description": "Automatically create website citations in the APA, MLA, Chicago, or Harvard referencing styles at the click of a button.",
    "homepage_url": "http:\/\/www.citethisforme.com",
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/icon-16.png",
        "18": "images\/icon-18.png",
        "19": "images\/icon-19.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png"
    },
    "manifest_version": 3,
    "name": "Cite This For Me: Web Citer",
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.7.0",
    "externally_connectable": {
        "matches": [
            "*:\/\/*\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "\/popup.htm"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "js\/*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "css\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}