Open Tabs
When you open a new tab, we show you a list of all the open tabs. You can access any tab, close any tab or save any tab to Pocket.
Hvad er Open Tabs?
Open Tabs er en Chrome-udvidelse udviklet af opentabs, og dens hovedfunktion er "When you open a new tab, we show you a list of all the open tabs. You can access any tab, close any tab or save any tab to Pocket.".
Udvidelsesskærmbilleder
Download Open Tabs-udvidelses-CRX-fil
Download Open Tabs-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
Easiest way to manage your open tabs in Chrome. When you open a new tab, we show you a list of all the open tabs. You can access any tab, close any tab or save any tab to Pocket. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | anffifgedjhloingebbhadnfengmbapm |
| Officiel URL | https://chromewebstore.google.com/detail/open-tabs/anffifgedjhloingebbhadnfengmbapm |
| Beskrivelse | When you open a new tab, we show you a list of all the open tabs. You can access any tab, close any tab or save any tab to Pocket. |
| Filstørrelse | 71.36 KB |
| Antal Installationer | 109 |
| Nuværende Version | 0.1.4 |
| Senest Opdateret | 2014-08-23 |
| Udgivelsesdato | 2014-08-23 |
| Bedømmelse | 4.29/5 Samlet 7 Bedømmelser |
| Udvikler | opentabs |
| Betalingsmetode | free |
| Udvidelseswebsted | https://twitter.com/myopentabs |
| Hjælpeside-URL | https://twitter.com/myopentabs |
| Understøttede Sprog | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Open Tabs",
"description": "When you open a new tab, we show you a list of all the open tabs. You can access any tab, close any tab or save any tab to Pocket.",
"version": "0.1.4",
"incognito": "split",
"icons": {
"48": "opentabsfavicon48.ico",
"128": "opentabsfavicon.ico"
},
"permissions": [
"tabs"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"chrome_url_overrides": {
"newtab": "opentabs.html"
},
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"manifest_version": 2
} | |