Quick Calculator by Fedmich
Quick Calculator for Google Chrome™.
Wat is Quick Calculator by Fedmich?
Quick Calculator by Fedmich is een Chrome-extensie ontwikkeld door https://calculatorchrome.com, en de belangrijkste functie is "Quick Calculator for Google Chrome™.".
Extensie Screenshots
Download het CRX-bestand van de extensie Quick Calculator by Fedmich
Download Quick Calculator by Fedmich-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Quick Calculator for Google Chrome Browser is a simple calculator which help you compute the total SUM of your numbers.
Just enter 1 number per line and the answer will show up below.
It's a fast and quick way to compute & crunch the numbers.
Let the App do the MATH for you :) Basisinformatie over de Extensie
| Naam | |
| ID | aapkdhkodcbnmglllnoofpojfajbogdm |
| Officiële URL | https://chromewebstore.google.com/detail/quick-calculator-by-fedmi/aapkdhkodcbnmglllnoofpojfajbogdm |
| Beschrijving | Quick Calculator for Google Chrome™. |
| Bestandsgrootte | 122 KB |
| Aantal Installaties | 149 |
| Huidige Versie | 0.2.7 |
| Laatst Bijgewerkt | 2013-09-27 |
| Publicatiedatum | 2013-09-26 |
| Beoordeling | 3.00/5 Totaal 5 Beoordelingen |
| Ontwikkelaar | https://calculatorchrome.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | http://calculatorchrome.com |
| Help Pagina-URL | http://calculatorchrome.com |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Quick Calculator by Fedmich",
"version": "0.2.7",
"manifest_version": 2,
"description": "Quick Calculator for Google Chrome\u2122.",
"icons": {
"16": "img\/icon_16.png",
"48": "img\/icon_48.png",
"128": "img\/icon_128.png"
},
"background": {
"scripts": [
"js\/background.min.js"
]
},
"omnibox": {
"keyword": "calc"
},
"browser_action": {
"default_icon": "img\/icon_16.png",
"default_title": "Calculator",
"default_popup": "popup.html"
},
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"permissions": [
"storage",
"http:\/\/calculatorchrome.com\/*"
],
"options_page": "options.html",
"offline_enabled": true
} | |