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.
Wat is Open Tabs?
Open Tabs is een Chrome-extensie ontwikkeld door opentabs, en de belangrijkste functie is "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.".
Extensie Screenshots
Download het CRX-bestand van de extensie Open Tabs
Download Open 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
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. Basisinformatie over de Extensie
| Naam | |
| ID | anffifgedjhloingebbhadnfengmbapm |
| Officiële URL | https://chromewebstore.google.com/detail/open-tabs/anffifgedjhloingebbhadnfengmbapm |
| Beschrijving | 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. |
| Bestandsgrootte | 71.36 KB |
| Aantal Installaties | 109 |
| Huidige Versie | 0.1.4 |
| Laatst Bijgewerkt | 2014-08-23 |
| Publicatiedatum | 2014-08-23 |
| Beoordeling | 4.29/5 Totaal 7 Beoordelingen |
| Ontwikkelaar | opentabs |
| Betalingswijze | free |
| Extensiewebsite | https://twitter.com/myopentabs |
| Help Pagina-URL | https://twitter.com/myopentabs |
| Ondersteunde Talen | 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
} | |