Percentage Calculator
Perform basic percentage calculations easily.
Vad är Percentage Calculator?
Percentage Calculator är en Chrome-tillägg utvecklad av bobbyrne01, och dess huvudfunktion är "Perform basic percentage calculations easily.".
Tilläggsskärmbilder
Ladda ner Percentage Calculator-förlängningens CRX-fil
Ladda ner Percentage Calculator-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
Users can perform the following percentage calculations: - What is X% of Y - X is what % of Y - % increase/decrease from X to Y - X + Y% - X - Y% - X * Y% - X / Y% Donations Please consider a small donation for continued development .. Paypal: https://www.paypal.me/bobbyrne01 Bitcoin: 1NGQPRW2VytN1n1M2Tcs7rpR6uzVLxMs2C Open source Released under GNU GPL v3 license .. https://github.com/bobbyrne01/percentage-calculator-chrome
Grundläggande Information om Tillägg
Namn | Percentage Calculator |
ID | giofgfbcmecmaelgcomeaaglmlgdnnni |
Officiell webbadress | https://chromewebstore.google.com/detail/percentage-calculator/giofgfbcmecmaelgcomeaaglmlgdnnni |
Beskrivning | Perform basic percentage calculations easily. |
Filstorlek | 19.33 KB |
Antal Installationer | 2,268 |
Aktuell Version | 0.1.0 |
Senast Uppdaterad | 2020-02-12 |
Publiceringsdatum | 2020-02-12 |
Betyg | 4.80/5 Totalt 10 Betyg |
Utvecklare | bobbyrne01 |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Percentage Calculator", "description": "Perform basic percentage calculations easily.", "version": "0.1.0", "browser_action": { "default_title": "Open UI (Percentage Calculator)", "default_popup": "data\/html\/view.html" }, "icons": { "64": "data\/images\/ico-64.png" }, "manifest_version": 2 } |