CiteMaker CiteWeb | Harvard International

CiteMaker is for formatting academic citations and reference lists.

Co je CiteMaker CiteWeb | Harvard International?

CiteMaker CiteWeb | Harvard International je rozšíření Chrome vyvinuté https://www.citemaker.com, a jeho hlavní funkcí je „CiteMaker is for formatting academic citations and reference lists.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření CiteMaker CiteWeb | Harvard International

Stáhněte si soubory rozšíření CiteMaker CiteWeb | Harvard International ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        CiteMaker's Chrome Extension - CiteWeb - automatically generates citations for websites. It enables the user to edit. export, and save citations. CiteMaker also has a search function for compiling books and journal citations using Author names, titles, ISBNs and ISSNs.                    

Základní Informace o Rozšíření

Název CiteMaker CiteWeb | Harvard International CiteMaker CiteWeb | Harvard International
ID nkbnlphjkedafdcmeigecbeogikaookl
Oficiální URL https://chromewebstore.google.com/detail/citemaker-citeweb-harvard/nkbnlphjkedafdcmeigecbeogikaookl
Popis CiteMaker is for formatting academic citations and reference lists.
Velikost souboru 778 KB
Počet instalací 240
Aktuální Verze 1.0.1.7
Poslední Aktualizace 2021-09-14
Datum Vydání 2018-09-12
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář https://www.citemaker.com
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://www.citemaker.com/privacy.html
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CiteMaker CiteWeb | Harvard International",
    "short_name": "cmharvard",
    "version": "1.0.1.7",
    "description": "CiteMaker is for formatting academic citations and reference lists. ",
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "identity",
        "https:\/\/accounts.google.com\/*",
        "https:\/\/www.googleapis.com\/*",
        "https:\/\/www.paypal.com\/cgi-bin\/webscr",
        "https:\/\/www.citemaker.com\/*",
        "https:\/\/citemaker.com\/*",
        "http:\/\/statcounter.com\/*",
        "http:\/\/c.statcounter.com\/*",
        "https:\/\/c.statcounter.com\/*"
    ],
    "oauth2": {
        "client_id": "24053905479-vs9su299m6hf4f3fn00mtntd5rnqbfma.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/plus.login",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "browser_action": {
        "default_icon": "favicon.png",
        "default_popup": "popup.htm"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.citemaker.com\/*"
            ],
            "js": [
                "mycnt.js"
            ]
        }
    ],
    "icons": {
        "16": "favicon.png",
        "48": "favicon48.png",
        "128": "favicon128.png"
    },
    "manifest_version": 2
}