Another Tab
Another Tab Chrome Extension
Cos'è Another Tab?
Another Tab è un'estensione di Chrome sviluppata da Dumb Sloth Development, e la sua funzione principale è "Another Tab Chrome Extension".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Another Tab
Scarica i file di estensione Another Tab 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
                        An open source Chrome extension that shows your bookmarks when you open a new tab.  
Source code is available on GitHub: https://github.com/mmazzarolo/chrome-another-tab                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | oaaeanlgefipegfcbgpgnhhnpengdjld | 
| URL Ufficiale | https://chromewebstore.google.com/detail/another-tab/oaaeanlgefipegfcbgpgnhhnpengdjld | 
| Descrizione | Another Tab Chrome Extension | 
| Dimensione del File | 507 KB | 
| Conteggio Installazioni | 75 | 
| Versione Corrente | 1.1.0 | 
| Ultimo Aggiornamento | 2019-03-08 | 
| Data di Pubblicazione | 2019-03-08 | 
| Valutazione | 5.00/5 Totale 4 Valutazioni | 
| Sviluppatore | Dumb Sloth Development | 
| [email protected] | |
| Tipo di Pagamento | free | 
| Sito Web dell'Estensione | https://github.com/mmazzarolo/chrome-another-tab | 
| Lingue Supportate | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Another Tab",
    "description": "Another Tab Chrome Extension",
    "version": "1.1.0",
    "version_name": "1.1.0",
    "manifest_version": 2,
    "permissions": [
        "bookmarks",
        "chrome:\/\/favicon\/"
    ],
    "browser_action": {
        "default_title": "Another Tab",
        "default_icon": "icon48.png"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'; img-src chrome:\/\/favicon;"
}  |  |