Binary Clock Tab
Gives you an easily-accessible binary clock tab. Click on the icon to open the tab. Yes, I know this has been done before.
Binary Clock Tab क्या है?
Binary Clock Tab Mac Chaffee द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Gives you an easily-accessible binary clock tab. Click on the icon to open the tab. Yes, I know this has been done before."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Binary Clock Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Gives you an easily-accessible binary clock tab. Click on the icon to open the tab. Yes, I know this has been done before. See below for release notes: https://github.com/mac-chaffee/binary-clock-tab/releases
एक्सटेंशन की मूल जानकारी
नाम | Binary Clock Tab |
ID | lnmgfgmedjfdpigkklmopnffeifiombh |
आधिकारिक URL | https://chromewebstore.google.com/detail/binary-clock-tab/lnmgfgmedjfdpigkklmopnffeifiombh |
विवरण | Gives you an easily-accessible binary clock tab. Click on the icon to open the tab. Yes, I know this has been done before. |
फ़ाइल का आकार | 133 KB |
स्थापना संख्या | 87 |
वर्तमान संस्करण | 1.1.0 |
अंतिम अपडेट | 2017-02-16 |
प्रकाशन तिथि | 2017-02-15 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Mac Chaffee |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/mac-chaffee/binary-clock-tab |
सहायता पृष्ठ URL | https://github.com/mac-chaffee/binary-clock-tab/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Binary Clock Tab", "short_name": "Binary Clock Tab", "description": "Gives you an easily-accessible binary clock tab. Click on the icon to open the tab. Yes, I know this has been done before.", "version": "1.1.0", "author": "Mac Chaffee", "icons": { "128": "img\/binaryclock.png" }, "browser_action": { "default_icon": "img\/binaryclock.png" }, "background": { "scripts": [ "js\/TabOpener.js" ], "persistent": false }, "permissions": [], "homepage_url": "https:\/\/github.com\/mac-chaffee\/binary-clock-tab" } |