WebExtension.net
Toggle dark mode
WebExtension.net

EasyBib Toolbar

View on Chrome Web Store
View EasyBib Toolbar Chrome Extension on Chrome Web Store
Add to bookmarks
3.7 (102 ratings)
0 views
This extension has been viewed 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Cite web sites with one click using the EasyBib Toolbar and receive advice on the credibility of the web site you're citing.
Type
Extension
Users
900,000 users
100K
Website www.easybib.com
Chegg Writing Tools
View author page of Chegg Writing Tools
Published
Published on October 8, 2012
Version 1.0.0
Manifest version
3
Updated
Updated on November 19, 2024
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View EasyBib Toolbar Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "manifest_version": 3,
    "name": "EasyBib Toolbar",
    "description": "Cite web sites with one click using the EasyBib Toolbar and receive advice on the credibility of the web site you're citing.",
    "version": "1.0.0",
    "action": {
        "default_popup": "popup.html",
        "default_title": "EasyBib Toolbar"
    },
    "homepage_url": "http:\/\/www.easybib.com",
    "icons": {
        "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",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "contentScript.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        },
        {
            "resources": [
                "\/popup.html"
            ],
            "matches": [
                "<all_urls>"
            ]
        },
        {
            "resources": [
                "\/css\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top