Years Progress
Displays years progress bar
Years Progress क्या है?
Years Progress raobit7 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays years progress bar"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Years Progress एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension will display years progress bar in a simple way. One can easily check the progress and view the bar in percentage.
एक्सटेंशन की मूल जानकारी
नाम | Years Progress |
ID | pkfanbklfjfkealmihbbbnflmaamicja |
आधिकारिक URL | https://chromewebstore.google.com/detail/years-progress/pkfanbklfjfkealmihbbbnflmaamicja |
विवरण | Displays years progress bar |
फ़ाइल का आकार | 762 KB |
स्थापना संख्या | 42 |
वर्तमान संस्करण | 1.0.3 |
अंतिम अपडेट | 2019-09-21 |
प्रकाशन तिथि | 2019-09-21 |
रेटिंग | 3.00/5 कुल 1 रेटिंग्स |
डेवलपर | raobit7 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | http://raobit.com |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Years Progress", "description": "Displays years progress bar", "version": "1.0.3", "author": "Rajat Rao", "icons": { "16": "static\/timer.png", "48": "static\/timer.png", "128": "static\/timer.png" }, "browser_action": { "default_icon": "static\/timer.png", "default_title": "Years Progress", "default_popup": "components\/index.html" }, "background": { "page": "components\/index.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |