Tabs Reloader
Reload tabs in current window
Wat is Tabs Reloader?
Tabs Reloader is een Chrome-extensie ontwikkeld door http://imcotton.com, en de belangrijkste functie is "Reload tabs in current window".
Extensie Screenshots
Download het CRX-bestand van de extensie Tabs Reloader
Download Tabs Reloader-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
* single-click to reload pinned tabs * double-click to reload normal tabs And there is NO need of your data on ANY websites. Source code available at: http://git.io/jB-PaQ
Basisinformatie over de Extensie
Naam | |
ID | ofphdlddmcpeggijkmijojknacfnleij |
Officiële URL | https://chrome.google.com/webstore/detail/tabs-reloader/ofphdlddmcpeggijkmijojknacfnleij |
Beschrijving | Reload tabs in current window |
Bestandsgrootte | 9.76 KB |
Aantal Installaties | 363 |
Huidige Versie | 1.3.4 |
Laatst Bijgewerkt | 2015-02-02 |
Publicatiedatum | 2015-02-02 |
Beoordeling | 4.14/5 Totaal 14 Beoordelingen |
Ontwikkelaar | http://imcotton.com |
Betalingswijze | free |
Extensiewebsite | https://github.com/imcotton/tabs-reloader |
Help Pagina-URL | https://github.com/imcotton/tabs-reloader/issues |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tabs Reloader", "description": "Reload tabs in current window", "manifest_version": 2, "icons": { "128": "icon_128.png" }, "browser_action": { "default_icon": "icon_24.png", "default_title": "Reload tabs in this window" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs" ], "offline_enabled": true, "version": "1.3.4" } |