Another Tab

Another Tab Chrome Extension

Qu'est-ce que Another Tab ?

Another Tab est une extension Chrome développée par Dumb Sloth Development, et sa fonction principale est "Another Tab Chrome Extension".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Another Tab

Téléchargez les fichiers d'extension Another Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Another Tab Another Tab
ID oaaeanlgefipegfcbgpgnhhnpengdjld
URL Officiel https://chromewebstore.google.com/detail/another-tab/oaaeanlgefipegfcbgpgnhhnpengdjld
Description Another Tab Chrome Extension
Taille du Fichier 507 KB
Nombre d'Installations 75
Version Actuelle 1.1.0
Dernière Mise à Jour 2019-03-08
Date de Publication 2019-03-08
Évaluation 5.00/5 Total 4 Évaluations
Développeur Dumb Sloth Development
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/mmazzarolo/chrome-another-tab
Langues Prises en Charge 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;"
}