WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Dictionary of Numbers

Dictionary of Numbers

View on Chrome Web Store
View Dictionary of Numbers Chrome Extension on Chrome Web Store
Add to bookmarks
3.8 (236 ratings)
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

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

Putting numbers in human terms.
Type
Extension
Users
4,000 users
1K
Glen Chiacchieri
View author page of Glen Chiacchieri
Published
Published on March 19, 2013
Version 1.6.4
Manifest version
2
Updated
Updated on August 2, 2017
make_chrome_yours/accessibility
Extension Category
View on Chrome Web Store
View Dictionary of Numbers 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
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.6.4",
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon19.png"
        },
        "default_title": "Dictionary of Numbers",
        "default_popup": "src\/popup.html"
    },
    "permissions": [
        "unlimitedStorage"
    ],
    "background": {
        "scripts": [
            "lib\/underscore-min.js",
            "src\/DictionaryofNumbers.background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "css": [
                "src\/content_script.css"
            ],
            "js": [
                "lib\/underscore-min.js",
                "lib\/underscore.string.min.js",
                "lib\/jquery.min.js",
                "lib\/jquery.safeReplace.js",
                "lib\/async.min.js",
                "lib\/bootstrap-tooltip.js",
                "src\/DictionaryofNumbers.js",
                "src\/content_script.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "src\/content_script.css"
    ]
}
© 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