Another Tab

Another Tab Chrome Extension

Vad är Another Tab?

Another Tab är en Chrome-tillägg utvecklad av Dumb Sloth Development, och dess huvudfunktion är "Another Tab Chrome Extension".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Another Tab-förlängningens CRX-fil

Ladda ner Another Tab-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

                        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                    

Grundläggande Information om Tillägg

Namn Another Tab Another Tab
ID oaaeanlgefipegfcbgpgnhhnpengdjld
Officiell webbadress https://chromewebstore.google.com/detail/another-tab/oaaeanlgefipegfcbgpgnhhnpengdjld
Beskrivning Another Tab Chrome Extension
Filstorlek 507 KB
Antal Installationer 75
Aktuell Version 1.1.0
Senast Uppdaterad 2019-03-08
Publiceringsdatum 2019-03-08
Betyg 5.00/5 Totalt 4 Betyg
Utvecklare Dumb Sloth Development
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/mmazzarolo/chrome-another-tab
Stödda Språk 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;"
}