Reload All Tabs
This extension reloads all tabs with one click
Vad är Reload All Tabs?
Reload All Tabs är en Chrome-tillägg utvecklad av CREOTIVE, och dess huvudfunktion är "This extension reloads all tabs with one click".
Tilläggsskärmbilder
Ladda ner Reload All Tabs-förlängningens CRX-fil
Ladda ner Reload All Tabs-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
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
Grundläggande Information om Tillägg
Namn | |
ID | bnefkbkgplakejnfhhhdfmacfbhbmnbd |
Officiell webbadress | https://chrome.google.com/webstore/detail/reload-all-tabs/bnefkbkgplakejnfhhhdfmacfbhbmnbd |
Beskrivning | This extension reloads all tabs with one click |
Filstorlek | 9.29 KB |
Antal Installationer | 522 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2014-09-05 |
Publiceringsdatum | 2014-09-05 |
Betyg | 3.00/5 Totalt 4 Betyg |
Utvecklare | CREOTIVE |
Betalningssätt | free |
Stödda Språk | 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'" } |