Quick Calculator
Quick Docked Calculator Extension for Google Chrome
What is Quick Calculator?
Quick Calculator is a Chrome extension developed by Garrett Carder, and its main feature is "Quick Docked Calculator Extension for Google Chrome".
Download Quick Calculator Extension CRX File
Download Quick 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
Quick embedded calculator extension for google chrome.
Extension Basic Information
Name | |
ID | hekekfjmkoiamokpgbaicoilbbgjehij |
Official URL | https://chrome.google.com/webstore/detail/quick-calculator/hekekfjmkoiamokpgbaicoilbbgjehij |
Description | Quick Docked Calculator Extension for Google Chrome |
File Size | 7.88 KB |
Installation Count | 38 |
Current Version | 1.1 |
Last Updated | 2017-02-14 |
Publish Date | 2017-02-14 |
Developer | Garrett Carder |
[email protected] | |
Payment Type | free |
Extension Website | http://www.garrettcarder.tk |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "matches": [ "http:\/\/www.google.com\/*" ], "js": [ "function.js" ], "css": [ "styles.css" ] } ], "description": "Quick Docked Calculator Extension for Google Chrome", "manifest_version": 2, "name": "Quick Calculator", "version": "1.1", "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_title": "Quick Calculator", "default_popup": "index.html" }, "offline_enabled": true, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAl6Lwtp1cez6a1P2CrBLkRPfJ7XGs02MJoq0gL4QqhJvSLZa+VGWSHTlYEJhd1BDFnGjNhpRCfMkexdV\/el22b2DbCqR1XprI9ZUUu+HBxvPRk4baNiFhhEbJdVoZHQESkScFglFqNLWPTv\/S4LwSPpCiDMrCOozxX15Pme6rTGHHuVxxNTlM\/+egTRSGv2nC25SwZXpQP6MOLruXRwJvQYJJkfkNKwhDjj0dVTUMHHyX5glhriO+cWuJ3\/eP8aaWriB9\/D5UA15ZdCnLnRYxSnoGZA5dNX21KRJcXJk\/JLjNDnKonO358dmhrteAzywWinxGcQLxFlht2U5ubiMPEwIDAQAB" } |