Tab Name Changer
You can choose the name of this tab!
Vad är Tab Name Changer?
Tab Name Changer är en Chrome-tillägg utvecklad av ryan lee, och dess huvudfunktion är "You can choose the name of this tab!".
Tilläggsskärmbilder
Ladda ner Tab Name Changer-förlängningens CRX-fil
Ladda ner Tab Name Changer-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
                        When clicking this extension, you can change the name of your current tab!                     Grundläggande Information om Tillägg
| Namn |  | 
| ID | eofldjecdkcjhnccphadkomkiebjfdkl | 
| Officiell webbadress | https://chromewebstore.google.com/detail/tab-name-changer/eofldjecdkcjhnccphadkomkiebjfdkl | 
| Beskrivning | You can choose the name of this tab! | 
| Filstorlek | 3.83 KB | 
| Antal Installationer | 591 | 
| Aktuell Version | 0.0.1 | 
| Senast Uppdaterad | 2019-07-21 | 
| Publiceringsdatum | 2019-07-21 | 
| Betyg | 4.00/5 Totalt 9 Betyg | 
| Utvecklare | ryan lee | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Tilläggswebbplats | https://github.com/ryazlee/tab_name_changer | 
| Stödda Språk | en | 
| manifest.json | |
| {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Name Changer",
    "description": "You can choose the name of this tab!",
    "version": "0.0.1",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Change the name of this tab",
        "default_icon": "icon.png"
    },
    "manifest_version": 2
} | |