Super Focus Tabs
Quickly find out tab/page. Reduce much more time while working with multiple tabs/pages.
Cos'è Super Focus Tabs?
Super Focus Tabs è un'estensione di Chrome sviluppata da nghiai3e, e la sua funzione principale è "Quickly find out tab/page. Reduce much more time while working with multiple tabs/pages.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Super Focus Tabs
Scarica i file di estensione Super Focus Tabs in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
+ Quickly find out tabs. + Quickly closing current tab by pressing double esc + Quickly find the page in your bookmark/history. + Quickly save the page by using shortcut key. + Quickly go back to previous active tabs by shortcut key. + Quickly go to latest created tab. + Support auto close unused tabs. + Support real time update. + Support page screenshots. + Support list view, thumbnail view and tree view, preview. + Support tabs, bookmarks, history, saved pages. + Support sorting, filtering, grouping, etc. + Support many functions such as saving and closing all tabs, merging windows, closing the duplicated pages, etc. + Many options for you to customize. Reduce much more time while working with chrome. Let try and experience.
Informazioni di Base sull'Estensione
Nome | Super Focus Tabs |
ID | blecebkjfbkpannnmajllilknpccheak |
URL Ufficiale | https://chromewebstore.google.com/detail/super-focus-tabs/blecebkjfbkpannnmajllilknpccheak |
Descrizione | Quickly find out tab/page. Reduce much more time while working with multiple tabs/pages. |
Dimensione del File | 388 KB |
Conteggio Installazioni | 1,554 |
Versione Corrente | 2.0.1 |
Ultimo Aggiornamento | 2023-06-09 |
Data di Pubblicazione | 2016-12-17 |
Valutazione | 4.00/5 Totale 36 Valutazioni |
Sviluppatore | nghiai3e |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Super Focus Tabs", "version": "2.0.1", "manifest_version": 3, "description": "Quickly find out tab\/page. Reduce much more time while working with multiple tabs\/pages.", "short_name": "SFocus", "icons": { "16": "sfocus16.png", "24": "sfocus24.png", "48": "sfocus48.png", "128": "sfocus128.png" }, "background": { "service_worker": "scripts\/service_worker.js" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';", "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self';" }, "permissions": [ "tabs", "storage", "alarms", "contextMenus", "history", "bookmarks", "unlimitedStorage", "favicon", "system.display" ], "host_permissions": [ " |