Multiplication Table
Drop down multiplication table.
What is Multiplication Table?
Multiplication Table is a Chrome extension developed by Peckitt Developments, and its main feature is "Drop down multiplication table.".
Extension Screenshots
Download Multiplication Table Extension CRX File
Download Multiplication Table 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
Simple drop down multiplication table for on the spot multiplication. Version Log: V 1.0 12/07/2013 Initial release to the chrome web store Copyright and license Copyright 2013 Peckitt Software Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Extension Basic Information
Name | Multiplication Table |
ID | efojmcondicmmlepieoficobmdnpnfmd |
Official URL | https://chromewebstore.google.com/detail/multiplication-table/efojmcondicmmlepieoficobmdnpnfmd |
Description | Drop down multiplication table. |
File Size | 23.94 KB |
Installation Count | 1,390 |
Current Version | 1.0 |
Last Updated | 2014-01-10 |
Publish Date | 2014-01-10 |
Rating | 4.00/5 Total 4 Ratings |
Developer | Peckitt Developments |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Multiplication Table", "version": "1.0", "manifest_version": 2, "description": "Drop down multiplication table.", "browser_action": { "default_icon": "00D7.png", "default_popup": "popup.html" } } |