Hourly Pips

This extension plays six audio pulses, in the style of the Greenwich Time Signal, at the top of every hour.

ما هو Hourly Pips؟

Hourly Pips هو إضافة Chrome تم تطويرها بواسطة mbsoftapps، والميزة الرئيسية لها هي "This extension plays six audio pulses, in the style of the Greenwich Time Signal, at the top of every hour.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Hourly Pips

قم بتنزيل ملفات الامتداد Hourly Pips بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This is a lightweight extension that plays an audio alert, in the style of the Greenwich Time Signal, at the top of every hour. The current version allows for adjustment of the audio tone frequency and volume. Settings are now saved in Chrome sync storage.                    

معلومات أساسية عن التمديد

الاسم Hourly Pips Hourly Pips
ID ogipappjeopppngodajmkffcbfbdlcnb
عنوان URL الرسمي https://chromewebstore.google.com/detail/hourly-pips/ogipappjeopppngodajmkffcbfbdlcnb
الوصف This extension plays six audio pulses, in the style of the Greenwich Time Signal, at the top of every hour.
حجم الملف 13.43 KB
عدد التثبيتات 110
النسخة الحالية 1.3
آخر تحديث 2017-04-12
تاريخ النشر 2017-04-12
تقييم 4.33/5 مجموع تقييمات 6
المطور mbsoftapps
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hourly Pips",
    "description": "This extension plays six audio pulses, in the style of the Greenwich Time Signal, at the top of every hour.",
    "version": "1.3",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon48.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon128.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage"
    ]
}