Stopwatch
Stopwatch for all modern browsers
Wat is Stopwatch?
Stopwatch is een Chrome-extensie ontwikkeld door https://stopwatch.top, en de belangrijkste functie is "Stopwatch for all modern browsers".
Extensie Screenshots
Download het CRX-bestand van de extensie Stopwatch
Download Stopwatch-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Online stopwatch for all modern browsers
Basisinformatie over de Extensie
Naam | |
ID | mgjabaibgnjhnbkoeogbohnpgnfpfbna |
Officiële URL | https://chrome.google.com/webstore/detail/stopwatch/mgjabaibgnjhnbkoeogbohnpgnfpfbna |
Beschrijving | Stopwatch for all modern browsers |
Bestandsgrootte | 34.72 KB |
Aantal Installaties | 324 |
Huidige Versie | 1.0.0.1 |
Laatst Bijgewerkt | 2018-01-05 |
Publicatiedatum | 2018-01-05 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | https://stopwatch.top |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://stopwatch.top/ |
Help Pagina-URL | https://stopwatch.top/about.html |
URL van de Privacybeleid Pagina | https://stopwatch.top/privacy.html |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Stopwatch", "version": "1.0.0.1", "manifest_version": 2, "homepage_url": "https:\/\/stopwatch.top", "description": "Stopwatch for all modern browsers", "icons": { "16": "icon.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "tabs", "contextMenus" ], "offline_enabled": false, "browser_action": { "default_icon": "icon.png", "default_title": "Stopwatch" }, "incognito": "spanning", "background": { "scripts": [ "background.js" ], "persistent": false }, "options_page": "settings.html" } |