Bookmark Tab

This is an extension function to set a new tab on the bookmark screen.

Wat is Bookmark Tab?

Bookmark Tab is een Chrome-extensie ontwikkeld door developer.waieight., en de belangrijkste functie is "This is an extension function to set a new tab on the bookmark screen.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Bookmark Tab

Download Bookmark Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Change the screen of the new tab to the bookmark screen.                    

Basisinformatie over de Extensie

Naam Bookmark Tab Bookmark Tab
ID cpemdgbeealeokgnlbkieiindkpaodmm
Officiële URL https://chrome.google.com/webstore/detail/bookmark-tab/cpemdgbeealeokgnlbkieiindkpaodmm
Beschrijving This is an extension function to set a new tab on the bookmark screen.
Bestandsgrootte 43.74 KB
Aantal Installaties 27
Huidige Versie 0.0.12.13
Laatst Bijgewerkt 2022-05-17
Publicatiedatum 2020-06-25
Ontwikkelaar developer.waieight.
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://waieight.hatenablog.jp/
URL van de Privacybeleid Pagina https://waieight.hatenablog.jp/entry/2021/03/23/180238
Ondersteunde Talen en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bookmark Tab",
    "version": "3.0.0.213",
    "version_name": "0.0.12.13",
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "\/icon\/icon_128.png"
    },
    "default_locale": "en",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "bookmarks",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "chrome_url_overrides": {
        "newtab": "\/html\/bookmarks.html"
    }
}