Google Counter
Counts how many times a day the browser visits the Google search page
Hvad er Google Counter?
Google Counter er en Chrome-udvidelse udviklet af Sindre Bøyum, og dens hovedfunktion er "Counts how many times a day the browser visits the Google search page".
Download Google Counter-udvidelses-CRX-fil
Download Google Counter-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
Chrome Extension that counts how many times a day the browser Googles. Check out the code on GitHub: https://github.com/boyum/google-counter/
Grundlæggende oplysninger om udvidelsen
Navn | Google Counter |
ID | ocfcmolkmckfebkikmlhfeabaicddeae |
Officiel URL | https://chromewebstore.google.com/detail/google-counter/ocfcmolkmckfebkikmlhfeabaicddeae |
Beskrivelse | Counts how many times a day the browser visits the Google search page |
Filstørrelse | 11.33 KB |
Antal Installationer | 266 |
Nuværende Version | 1.1.1 |
Senest Opdateret | 2017-04-27 |
Udgivelsesdato | 2017-04-27 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | Sindre Bøyum |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/boyum/google-counter/ |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Google Counter", "description": "Counts how many times a day the browser visits the Google search page", "version": "1.1.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage", " |