Calculator
A simple and intuitive calculator to help you with your work. Opens directly on the site page
Calculator क्या है?
Calculator Price Tracker द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple and intuitive calculator to help you with your work. Opens directly on the site page"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Calculator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Simple and intuitive calculator. Open by clicking on the icon. The design of the calculator is nice and similar to the design of ios calculator. The calculator supports basic arithmetic operations: addition, subtraction, multiplication, division. The operations of entering the number and keyboard of the computer are available. In the new update, it became possible to open the calculator directly on the website page. To open the calculator on the website page, select "Open calculator" in the context menu. You can drag the calculator to anywhere on the web page. There is advertising in the extension, advertising helps us make our products better.
एक्सटेंशन की मूल जानकारी
नाम | Calculator |
ID | lanchoggmnkmkehofmdonkbcdolfonmf |
आधिकारिक URL | https://chromewebstore.google.com/detail/calculator/lanchoggmnkmkehofmdonkbcdolfonmf |
विवरण | A simple and intuitive calculator to help you with your work. Opens directly on the site page |
फ़ाइल का आकार | 40.48 KB |
स्थापना संख्या | 68,131 |
वर्तमान संस्करण | 0.0.63 |
अंतिम अपडेट | 2022-12-27 |
प्रकाशन तिथि | 2020-04-10 |
रेटिंग | 4.15/5 कुल 62 रेटिंग्स |
डेवलपर | Price Tracker |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://otsledit.app/en/private_policy |
समर्थित भाषाएँ | de,en,fr,tr,es,it,pl,pt-PT,ru,zh-CN,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "0.0.63", "name": "__MSG_EXTENSION_NAME__", "short_name": "__MSG_EXTENSION_SHORT_NAME__", "description": "__MSG_EXTENSION_DESCRIPTION__", "default_locale": "en", "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ] } ], "permissions": [ "contextMenus", "activeTab", "scripting" ], "icons": { "128": "icons\/calculatorplus_icon-128px.png" }, "web_accessible_resources": [ { "resources": [ "js\/popup.js", "css\/content.css", "icons\/*.png", "icons\/sprites\/*.png" ], "matches": [ "*:\/\/*\/*" ] } ], "action": { "default_title": "Simple Calculator", "default_popup": "popup.html", "default_icon": { "128": "icons\/calculatorplus_icon-128px.png" } } } |