Dividend Yield Calculator

This extension calculates the current dividend yield for a stock based on the price purchased.

What is Dividend Yield Calculator?

Dividend Yield Calculator is a Chrome extension developed by akumacukpo, and its main feature is "This extension calculates the current dividend yield for a stock based on the price purchased.".

Extension Screenshots

screenshot

Download Dividend Yield Calculator Extension CRX File

Download Dividend Yield Calculator 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

                        Calculate current yield on a stock you purchased.                    

Extension Basic Information

Name Dividend Yield Calculator Dividend Yield Calculator
ID pbdnfpmdpahnfenkmfdahjmfkdmifmcb
Official URL https://chromewebstore.google.com/detail/dividend-yield-calculator/pbdnfpmdpahnfenkmfdahjmfkdmifmcb
Description This extension calculates the current dividend yield for a stock based on the price purchased.
File Size 15.76 KB
Installation Count 27
Current Version 0.0.0.3
Last Updated 2023-08-09
Publish Date 2017-09-04
Rating 4.00/5 Total 1 Ratings
Developer akumacukpo
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dividend Yield Calculator",
    "description": "This extension calculates the current dividend yield for a stock based on the price purchased.",
    "version": "0.0.0.3",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "tablescript.js"
            ]
        }
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "16": "icon2.png",
        "48": "icon2.png",
        "128": "icon2.png"
    },
    "browser_action": {
        "default_title": "Dividend Yield Calculator.",
        "default_icon": "icon.png",
        "default_popup": "calculator.html"
    },
    "manifest_version": 2
}