Reload All Tabs
This extension reloads all tabs with one click
Wat is Reload All Tabs?
Reload All Tabs is een Chrome-extensie ontwikkeld door CREOTIVE, en de belangrijkste functie is "This extension reloads all tabs with one click".
Extensie Screenshots
Download het CRX-bestand van de extensie Reload All Tabs
Download Reload All Tabs-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
This extension reloads all tabs with one click. This feature does not have Google Chrome unlike Firefox, so this extension is special for those firefox users who use Chrome for any purpose :D
Basisinformatie over de Extensie
Naam | |
ID | bnefkbkgplakejnfhhhdfmacfbhbmnbd |
Officiële URL | https://chrome.google.com/webstore/detail/reload-all-tabs/bnefkbkgplakejnfhhhdfmacfbhbmnbd |
Beschrijving | This extension reloads all tabs with one click |
Bestandsgrootte | 9.29 KB |
Aantal Installaties | 522 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2014-09-05 |
Publicatiedatum | 2014-09-05 |
Beoordeling | 3.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | CREOTIVE |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reload All Tabs", "description": "This extension reloads all tabs with one click", "version": "1.0", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_icon": "icon.png" }, "icons": { "128": "icon.png" }, "background": { "page": "background.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |