New Tab Tools

Customizes the new tab page. You can add more tiles, or a background image. And you can set new tile images and titles.

Vad är New Tab Tools?

New Tab Tools är en Chrome-tillägg utvecklad av Geoff Lankow, och dess huvudfunktion är "Customizes the new tab page. You can add more tiles, or a background image. And you can set new tile images and titles.".

Tilläggsskärmbilder

screenshot

Ladda ner New Tab Tools-förlängningens CRX-fil

Ladda ner New Tab Tools-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

                        Customizes the new tab page. You can add more tiles, or a background image. And you can set new tile images and titles.                    

Grundläggande Information om Tillägg

Namn New Tab Tools New Tab Tools
ID gfonmeedigdbjpgpeojioadpimflbogh
Officiell webbadress https://chrome.google.com/webstore/detail/new-tab-tools/gfonmeedigdbjpgpeojioadpimflbogh
Beskrivning Customizes the new tab page. You can add more tiles, or a background image. And you can set new tile images and titles.
Filstorlek 174 KB
Antal Installationer 1,000
Aktuell Version 90.3
Senast Uppdaterad 2019-12-12
Publiceringsdatum 2019-12-11
Betyg 4.29/5 Totalt 34 Betyg
Utvecklare Geoff Lankow
Betalningssätt free
Tilläggswebbplats https://github.com/darktrojan/newtabtools
Hjälpsida URL https://github.com/darktrojan/newtabtools/issues
Stödda Språk de,en,fr,nl,ca,es,it,lv,hu,pl,el,bg,ru,uk,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "90.3",
    "icons": {
        "16": "images\/icon16.png",
        "24": "images\/icon24.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "64": "images\/icon64.png",
        "96": "images\/icon96.png"
    },
    "chrome_url_overrides": {
        "newtab": "newTab.xhtml"
    },
    "background": {
        "scripts": [
            "common.js",
            "tiles.js",
            "prefs.js",
            "background.js",
            "lib\/zip.js",
            "export.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/tools-light16.png",
            "24": "images\/tools-light24.png",
            "32": "images\/tools-light32.png",
            "48": "images\/tools-light48.png",
            "64": "images\/tools-light64.png",
            "96": "images\/tools-light96.png"
        },
        "default_popup": "action.html",
        "default_title": "__MSG_extensionName__",
        "browser_style": true
    },
    "permissions": [
        "",
        "idle",
        "sessions",
        "storage",
        "tabs",
        "topSites",
        "webNavigation"
    ],
    "optional_permissions": [
        "bookmarks",
        "downloads",
        "history"
    ],
    "default_locale": "en",
    "manifest_version": 2
}