Tab Separator
Perfectly blank new tab page for separating groups of tabs. Now customizable!
Wat is Tab Separator?
Tab Separator is een Chrome-extensie ontwikkeld door https://www.tylercharlesworth.com, en de belangrijkste functie is "Perfectly blank new tab page for separating groups of tabs. Now customizable!".
Extensie Screenshots
Download het CRX-bestand van de extensie Tab Separator
Download Tab Separator-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
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... 🐙⚽🍻😊 Basisinformatie over de Extensie
| Naam | |
| ID | loifmfjjhcdpgpkmphgemeooklpjlihp |
| Officiële URL | https://chromewebstore.google.com/detail/tab-separator/loifmfjjhcdpgpkmphgemeooklpjlihp |
| Beschrijving | Perfectly blank new tab page for separating groups of tabs. Now customizable! |
| Bestandsgrootte | 586 KB |
| Aantal Installaties | 738 |
| Huidige Versie | 1.3 |
| Laatst Bijgewerkt | 2017-04-19 |
| Publicatiedatum | 2017-04-19 |
| Beoordeling | 4.20/5 Totaal 10 Beoordelingen |
| Ontwikkelaar | https://www.tylercharlesworth.com |
| Betalingswijze | free |
| Help Pagina-URL | https://docs.google.com/forms/d/e/1FAIpQLSf7X1yki32ez2q9D0k_h2g767Wt5iGZsybyB8W3gvynCDuEOg/viewform |
| Ondersteunde Talen | 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"
]
} | |