Tab Separator
Perfectly blank new tab page for separating groups of tabs. Now customizable!
Cos'è Tab Separator?
Tab Separator è un'estensione di Chrome sviluppata da https://www.tylercharlesworth.com, e la sua funzione principale è "Perfectly blank new tab page for separating groups of tabs. Now customizable!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tab Separator
Scarica i file di estensione Tab Separator 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
Organize all of your tabs - quickly, cleanly, elegantly. With Tab Separator, you get: * A perfectly blank tab to put anywhere * Customizable page titles * New! Customizable new tab text: keep it blank or add quotes that'll motivate you throughout the day Pro tip: You can customize your new tab page text with emoji... 🐙⚽🍻😊
Informazioni di Base sull'Estensione
Nome | Tab Separator |
ID | loifmfjjhcdpgpkmphgemeooklpjlihp |
URL Ufficiale | https://chromewebstore.google.com/detail/tab-separator/loifmfjjhcdpgpkmphgemeooklpjlihp |
Descrizione | Perfectly blank new tab page for separating groups of tabs. Now customizable! |
Dimensione del File | 586 KB |
Conteggio Installazioni | 738 |
Versione Corrente | 1.3 |
Ultimo Aggiornamento | 2017-04-19 |
Data di Pubblicazione | 2017-04-19 |
Valutazione | 4.20/5 Totale 10 Valutazioni |
Sviluppatore | https://www.tylercharlesworth.com |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://docs.google.com/forms/d/e/1FAIpQLSf7X1yki32ez2q9D0k_h2g767Wt5iGZsybyB8W3gvynCDuEOg/viewform |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_name__", "version": "1.3", "default_locale": "en", "description": "__MSG_description__", "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "chrome_url_overrides": { "newtab": "newtab.htm" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "options_page": "options.htm", "page_action": { "default_icon": { "19": "images\/page19.png", "38": "images\/page38.png" }, "default_popup": "popup.htm" }, "permissions": [ "storage", "activeTab", "declarativeContent" ] } |