Tab Titler 2.0
Tab Titler 2.0
Wat is Tab Titler 2.0?
Tab Titler 2.0 is een Chrome-extensie ontwikkeld door Tim, en de belangrijkste functie is "Tab Titler 2.0".
Extensie Screenshots
Download het CRX-bestand van de extensie Tab Titler 2.0
Download Tab Titler 2.0-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 lets you change the title of a tab on the go and manage them over time.
Press ALT + SHIFT + S to automatically begin renaming a tab. 
Renames will persist and last for as long as you want! 
View the options page to manage all your saved tab aliases. 
Browser to Browser Renaming - if you're logged into Chrome your saved names come with you!
Its dead simple. No extra fluff and no unnecessary banter - it does the job and the way you want it done!                     Basisinformatie over de Extensie
| Naam |  | 
| ID | aolhnnheicpbohggibkibdmfdkmkaocc | 
| Officiële URL | https://chromewebstore.google.com/detail/tab-titler-20/aolhnnheicpbohggibkibdmfdkmkaocc | 
| Beschrijving | Tab Titler 2.0 | 
| Bestandsgrootte | 42.11 KB | 
| Aantal Installaties | 234 | 
| Huidige Versie | 1.0 | 
| Laatst Bijgewerkt | 2019-02-02 | 
| Publicatiedatum | 2019-01-29 | 
| Beoordeling | 4.33/5 Totaal 3 Beoordelingen | 
| Ontwikkelaar | Tim | 
| [email protected] | |
| Betalingswijze | free | 
| Ondersteunde Talen | en | 
| manifest.json | |
| {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Titler 2.0",
    "version": "1.0",
    "description": "Tab Titler 2.0",
    "icons": {
        "16": "tab16.png",
        "48": "tab48.png",
        "128": "tab128.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "commands": {
        "rename_tab": {
            "suggested_key": {
                "default": "Alt+Shift+S"
            },
            "description": "Save a Tab Name"
        }
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    }
} | |