Imasse - Instant MLA & APA Citations

Create MLA & APA citations in one click without any ads for free!

什麼是Imasse - Instant MLA & APA Citations?

Imasse - Instant MLA & APA Citations是由https://imasse.com開發的Chrome擴展程式,該擴展的主要功能是“Create MLA & APA citations in one click without any ads for free!”。

擴展截圖

screenshot

下載Imasse - Instant MLA & APA Citations擴展crx文件

下載Imasse - Instant MLA & APA Citations擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Imasse - Instant MLA & APA Citations is a free MLA & APA citation generator that only takes one click to make a citation without any ads. Create a citation for any page you are currently on just by clicking the Chrome extension icon and you are done. 

We also provide credibility reports which are displayed at the bottom of the citation creator page and as a popup menu if you right click any link and select “credibility” from the options. These reports provide a score from 1-5 with 5 being the most credible along with a reason on why the source received a score it did.

★ Features ★
Ad-free, one click MLA & APA citations
Bibliography citations
In-text citations
Credibility report
Citations and plagiarism test to improve your research skills


★ Your Privacy ★
When using the Imasse - Instant MLA & APA Citations extension, we collect no information about you, ever.

★ Legal ★
By installing the Imasse - Instant MLA & APA Citations extension you agree to install this extension, and you agree to the End User License Agreement and the Privacy Policy which can be found below. 

https://imasse.com/privacy-policy
https://imasse.com/terms-of-service

★ How To Uninstall ★
1) On your computer, open Chrome.
2) At the top right, click More and then More tools and then Extensions.
3) On to the extension you want to remove, click Remove.
4) Confirm by clicking Remove.

Happy learning :)                    

擴展基本資訊

名稱 Imasse - Instant MLA & APA Citations Imasse - Instant MLA & APA Citations
ID ppndejjjjabbdajhgghbbolieomdiddg
官方網址 https://chromewebstore.google.com/detail/imasse-instant-mla-apa-ci/ppndejjjjabbdajhgghbbolieomdiddg
簡介 Create MLA & APA citations in one click without any ads for free!
檔案大小 31.14 KB
安裝次數 49
目前版本 1.01
更新時間 2023-08-29
上架時間 2023-08-28
開發者 https://imasse.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.imasse.com
說明頁面URL https://www.imasse.com/contact
隱私政策頁面URL https://www.imasse.com/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ImasseName__",
    "description": "__MSG_ImasseDesc__",
    "version": "1.01",
    "default_locale": "en",
    "manifest_version": 3,
    "permissions": [
        "contextMenus",
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/search.yahoo.com\/*",
        "https:\/\/www.imasse.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "__MSG_ImasseActionTitle__",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/favicon-16x16.png",
        "32": "img\/favicon-32x32.png",
        "48": "img\/favicon-48x48.png",
        "128": "img\/favicon-128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/cdn.imasse.com\/mla\/*"
            ],
            "js": [
                "test.js"
            ],
            "run_at": "document_end"
        }
    ]
}