Age Calculator and Updater by Rofi
Age Calculator and Updater as Chrome Extension by Rofi
Age Calculator and Updater by Rofi क्या है?
Age Calculator and Updater by Rofi https://age.rofi.link द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Age Calculator and Updater as Chrome Extension by Rofi"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Age Calculator and Updater by Rofi एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Homepage extension to show your age in years, month(s), day(s), hour(s), minute(s), and second(s). This extension will change your new tab behavior.
एक्सटेंशन की मूल जानकारी
नाम | Age Calculator and Updater by Rofi |
ID | olndgnldoobcecnijailjdekbcpfgfeh |
आधिकारिक URL | https://chromewebstore.google.com/detail/age-calculator-and-update/olndgnldoobcecnijailjdekbcpfgfeh |
विवरण | Age Calculator and Updater as Chrome Extension by Rofi |
फ़ाइल का आकार | 178 KB |
स्थापना संख्या | 26 |
वर्तमान संस्करण | 4.0.0 |
अंतिम अपडेट | 2023-06-18 |
प्रकाशन तिथि | 2020-12-01 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://age.rofi.link |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://age.rofi.link/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Age Calculator and Updater", "name": "Age Calculator and Updater by Rofi", "description": "Age Calculator and Updater as Chrome Extension by Rofi", "version": "4.0.0", "chrome_url_overrides": { "newtab": "index.html" }, "content_security_policy": { "extension_pages": "script-src 'self'; style-src 'self' 'unsafe-inline'; object-src 'self'; img-src 'self' data:; default-src 'self' 'unsafe-inline'" }, "icons": { "192": "\/assets\/manifest-icon-192.png", "512": "\/assets\/manifest-icon-512.png" }, "manifest_version": 3, "permissions": [ "storage" ] } |