Open Tabs
Show open tabs
Wat is Open Tabs?
Open Tabs is een Chrome-extensie ontwikkeld door Syl, en de belangrijkste functie is "Show open tabs".
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
This extension is open-source! Contribute on https://github.com/sylouuu/chrome-open-tabs Show open tabs: - Go to tab - Close tab - Reload tab - Duplicate tab - Pin/unpin tab - Hide tab The open tabs are updated in real time. Changelog: https://github.com/sylouuu/chrome-open-tabs/releases
Basisinformatie over de Extensie
Naam | Open Tabs |
ID | cepfpldhbcfaklnnldhoaahgliijehap |
Officiële URL | https://chromewebstore.google.com/detail/open-tabs/cepfpldhbcfaklnnldhoaahgliijehap |
Beschrijving | Show open tabs |
Bestandsgrootte | 34.91 KB |
Aantal Installaties | 1,226 |
Huidige Versie | 0.3.2 |
Laatst Bijgewerkt | 2017-06-22 |
Publicatiedatum | 2017-06-22 |
Beoordeling | 3.75/5 Totaal 12 Beoordelingen |
Ontwikkelaar | Syl |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/sylouuu/chrome-open-tabs |
Help Pagina-URL | https://github.com/sylouuu/chrome-open-tabs/issues |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Open Tabs", "version": "0.3.2", "description": "Show open tabs", "homepage_url": "https:\/\/github.com\/sylouuu\/chrome-open-tabs", "icons": { "16": "img\/icon_16.png", "32": "img\/icon_32.png", "48": "img\/icon_48.png", "64": "img\/icon_64.png", "128": "img\/icon_128.png" }, "browser_action": { "default_icon": "img\/icon_48.png" }, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/www.google-analytics.com; object-src 'self'", "options_page": "html\/options.html", "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "web_accessible_resources": [ "img\/*.png" ], "permissions": [ "tabs", "storage" ] } |