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 mbsoftapps द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension plays six audio pulses, in the style of the Greenwich Time Signal, at the top of every hour."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Hourly Pips एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}