Stopwatch
Stopwatch for all modern browsers
Vad är Stopwatch?
Stopwatch är en Chrome-tillägg utvecklad av https://stopwatch.top, och dess huvudfunktion är "Stopwatch for all modern browsers".
Tilläggsskärmbilder
Ladda ner Stopwatch-förlängningens CRX-fil
Ladda ner Stopwatch-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Online stopwatch for all modern browsers
Grundläggande Information om Tillägg
Namn | |
ID | mgjabaibgnjhnbkoeogbohnpgnfpfbna |
Officiell webbadress | https://chrome.google.com/webstore/detail/stopwatch/mgjabaibgnjhnbkoeogbohnpgnfpfbna |
Beskrivning | Stopwatch for all modern browsers |
Filstorlek | 34.72 KB |
Antal Installationer | 324 |
Aktuell Version | 1.0.0.1 |
Senast Uppdaterad | 2018-01-05 |
Publiceringsdatum | 2018-01-05 |
Betyg | 5.00/5 Totalt 4 Betyg |
Utvecklare | https://stopwatch.top |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://stopwatch.top/ |
Hjälpsida URL | https://stopwatch.top/about.html |
URL till Sekretesspolicy Sidan | https://stopwatch.top/privacy.html |
Stödda Språk | 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" } |