Day Gone In Percentage
A chrome extension to show how much of current day, month or year has already passed in Percentage.
ما هو Day Gone In Percentage؟
Day Gone In Percentage هو إضافة Chrome تم تطويرها بواسطة NoSemantic، والميزة الرئيسية لها هي "A chrome extension to show how much of current day, month or year has already passed in Percentage.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Day Gone In Percentage
قم بتنزيل ملفات الامتداد Day Gone In Percentage بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Steps to Use: 1. Click the extension sun icon on the top right hand side where extensions icon reside. 2. A pop up will appear on clicking that will show you the percentage Hope you like it.
معلومات أساسية عن التمديد
الاسم | Day Gone In Percentage |
ID | beealpgndklmjfgkeogopencdbjimhbk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/day-gone-in-percentage/beealpgndklmjfgkeogopencdbjimhbk |
الوصف | A chrome extension to show how much of current day, month or year has already passed in Percentage. |
حجم الملف | 688 KB |
عدد التثبيتات | 190 |
النسخة الحالية | 0.0.1 |
آخر تحديث | 2019-03-21 |
تاريخ النشر | 2019-03-21 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | NoSemantic |
نوع الدفع | free |
موقع الإضافة | https://nosemantic.com |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Day Gone In Percentage", "version": "0.0.1", "manifest_version": 2, "description": "A chrome extension to show how much of current day, month or year has already passed in Percentage.", "icons": { "16": "images\/sunset-16.png", "128": "images\/sunset-128.png" }, "default_locale": "en", "background": [], "permissions": [], "browser_action": { "default_icon": { "16": "images\/sun-16.png", "128": "images\/sun-128.png" }, "default_title": "Day Gone In Percentage", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "images\/*.png" ] } |