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.
Hvad er Binary Clock Tab?
Binary Clock Tab er en Chrome-udvidelse udviklet af Mac Chaffee, og dens hovedfunktion er "Gives you an easily-accessible binary clock tab. Click on the icon to open the tab. Yes, I know this has been done before.".
Udvidelsesskærmbilleder
Download Binary Clock Tab-udvidelses-CRX-fil
Download Binary Clock Tab-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Binary Clock Tab |
ID | lnmgfgmedjfdpigkklmopnffeifiombh |
Officiel URL | https://chromewebstore.google.com/detail/binary-clock-tab/lnmgfgmedjfdpigkklmopnffeifiombh |
Beskrivelse | Gives you an easily-accessible binary clock tab. Click on the icon to open the tab. Yes, I know this has been done before. |
Filstørrelse | 133 KB |
Antal Installationer | 87 |
Nuværende Version | 1.1.0 |
Senest Opdateret | 2017-02-16 |
Udgivelsesdato | 2017-02-15 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | Mac Chaffee |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/mac-chaffee/binary-clock-tab |
Hjælpeside-URL | https://github.com/mac-chaffee/binary-clock-tab/issues |
Understøttede Sprog | 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" } |