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.
Vad är Open Tabs?
Open Tabs är en Chrome-tillägg utvecklad av opentabs, och dess huvudfunktion är "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.".
Tilläggsskärmbilder
Ladda ner Open Tabs-förlängningens CRX-fil
Ladda ner Open 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
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äggande Information om Tillägg
Namn | Open Tabs |
ID | anffifgedjhloingebbhadnfengmbapm |
Officiell webbadress | https://chromewebstore.google.com/detail/open-tabs/anffifgedjhloingebbhadnfengmbapm |
Beskrivning | 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. |
Filstorlek | 71.36 KB |
Antal Installationer | 109 |
Aktuell Version | 0.1.4 |
Senast Uppdaterad | 2014-08-23 |
Publiceringsdatum | 2014-08-23 |
Betyg | 4.29/5 Totalt 7 Betyg |
Utvecklare | opentabs |
Betalningssätt | free |
Tilläggswebbplats | https://twitter.com/myopentabs |
Hjälpsida URL | https://twitter.com/myopentabs |
Stödda Språk | 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 } |