calculator simple and easy
Sticky Calculator
Vad är calculator simple and easy?
calculator simple and easy är en Chrome-tillägg utvecklad av https://allinworld99.blogspot.com, och dess huvudfunktion är "Sticky Calculator".
Tilläggsskärmbilder
Ladda ner calculator simple and easy-förlängningens CRX-fil
Ladda ner calculator simple and easy-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This simple calculator is used to calculate your simple maths calculations.
Grundläggande Information om Tillägg
Namn | calculator simple and easy |
ID | amkibnhgmpodfblhiiflnlnehebjibja |
Officiell webbadress | https://chromewebstore.google.com/detail/calculator-simple-and-eas/amkibnhgmpodfblhiiflnlnehebjibja |
Beskrivning | Sticky Calculator |
Filstorlek | 152 KB |
Antal Installationer | 125 |
Aktuell Version | 0.8 |
Senast Uppdaterad | 2019-02-06 |
Publiceringsdatum | 2019-02-06 |
Betyg | 3.25/5 Totalt 4 Betyg |
Utvecklare | https://allinworld99.blogspot.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://allinworld99.blogspot.com |
Hjälpsida URL | http://allinworld99.blogspot.com |
URL till Sekretesspolicy Sidan | https://htmlcodeplay.com/privacy.html |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "calculator simple and easy", "description": "Sticky Calculator", "version": "0.8", "browser_action": { "default_icon": "128calculator-icon.png", "default_popup": "calculator.html" }, "author": "Merbin Joe", "offline_enabled": true, "homepage_url": "http:\/\/www.allinworld99.blogspot.com", "icons": { "16": "16calculator-icon.png", "48": "48calculator-icon.png", "128": "128calculator-icon.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "manifest_version": 2 } |