Reload Tabs
Reload all Chrome tabs, including the ones that are frozen by Great Suspender
Vad är Reload Tabs?
Reload Tabs är en Chrome-tillägg utvecklad av https://ephrain.pixnet.net, och dess huvudfunktion är "Reload all Chrome tabs, including the ones that are frozen by Great Suspender".
Tilläggsskärmbilder
Ladda ner Reload Tabs-förlängningens CRX-fil
Ladda ner Reload 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
Reload all Chrome tabs at once.
This extension can also resume the tabs that are frozen by Great Suspender (https://chrome.google.com/webstore/detail/the-great-suspender/klbibkeccnjlkjkiokjodocebajanakg), which is a great chrome extension to help freeze inactive chrome tabs to release system resources. Grundläggande Information om Tillägg
| Namn | |
| ID | inhimoldpmckkeohhdkccpnpbpdfaple |
| Officiell webbadress | https://chromewebstore.google.com/detail/reload-tabs/inhimoldpmckkeohhdkccpnpbpdfaple |
| Beskrivning | Reload all Chrome tabs, including the ones that are frozen by Great Suspender |
| Filstorlek | 14.43 KB |
| Antal Installationer | 793 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2014-09-24 |
| Publiceringsdatum | 2014-09-24 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | https://ephrain.pixnet.net |
| E-post | [email protected] |
| Betalningssätt | free |
| URL till Sekretesspolicy Sidan | https://ephrain.net/%E5%9C%96%E6%9B%B8%E9%A4%A8%E5%A4%9A%E9%87%8D%E5%B8%B3%E6%88%B6%E7%99%BB%E5%85%A5 |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Reload Tabs",
"description": "Reload all Chrome tabs, including the ones that are frozen by Great Suspender",
"version": "1.0",
"permissions": [
"tabs"
],
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
}
} | |