Citeclops

Citeclops helps you cite the source displayed on your webpage

What is Citeclops?

Citeclops is a Chrome extension developed by Carson Fang, and its main feature is "Citeclops helps you cite the source displayed on your webpage".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Citeclops Extension CRX File

Download Citeclops extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Cut down the time you spend on citations and focus on writing your paper!

Citeclops is a powerful tool that instantly cites your sources in a press of a button. Scientific papers with over thirty names will take no more than two seconds to arrange. Citeclops will automatically search for all the information available, (author names, publication date, article title, journal title, volume number, issue number, page numbers, and even the Digitial Object Identifier), and properly format it for you.

----------------------------------------------------------------

Websites supported:
•NCBI (PubMed, PMC, Books)
•The Lancet (and all 14 of their subsidiary journals)
•Nature (and all 158 of their subsidiary journals)
•Cell (and all 15 of their subsidiary journals)
•PLOS ONE (and all 7 other PLOS publications)
•Science Direct
•Oxford Academic (and all 120 of their subsidiary journals)
•New England Journal of Medicine
•Science (and all 5 of their subsidiary journals)
and many more                    

Extension Basic Information

Name Citeclops Citeclops
ID gnkmomfmekjcimhpnnbjohamocjjbhic
Official URL https://chromewebstore.google.com/detail/citeclops/gnkmomfmekjcimhpnnbjohamocjjbhic
Description Citeclops helps you cite the source displayed on your webpage
File Size 1.12 MB
Installation Count 86
Current Version 1.12.1
Last Updated 2017-09-06
Publish Date 2017-09-05
Developer Carson Fang
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Citeclops",
    "description": "Citeclops helps you cite the source displayed on your webpage",
    "version": "1.12.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Citeclops"
    },
    "permissions": [
        "storage",
        "activeTab",
        "tabs"
    ]
}