Awesome Bookmarks Button

Awesome button to open the Chrome bookmarks in a new window or tab. If the bookmarks page is already open, that tab is selected.

Wat is Awesome Bookmarks Button?

Awesome Bookmarks Button is een Chrome-extensie ontwikkeld door https://upway2late.com, en de belangrijkste functie is "Awesome button to open the Chrome bookmarks in a new window or tab. If the bookmarks page is already open, that tab is selected.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Awesome Bookmarks Button

Download Awesome Bookmarks Button-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

                        It's a shortcut button to open the bookmarks.                    

Basisinformatie over de Extensie

Naam Awesome Bookmarks Button Awesome Bookmarks Button
ID dgkaehmmlnblfmmpdebmhjieffcjjjph
Officiële URL https://chromewebstore.google.com/detail/awesome-bookmarks-button/dgkaehmmlnblfmmpdebmhjieffcjjjph
Beschrijving Awesome button to open the Chrome bookmarks in a new window or tab. If the bookmarks page is already open, that tab is selected.
Bestandsgrootte 32.94 KB
Aantal Installaties 2,336
Huidige Versie 1.2.0.0
Laatst Bijgewerkt 2020-12-03
Publicatiedatum 2016-09-22
Beoordeling 4.43/5 Totaal 30 Beoordelingen
Ontwikkelaar https://upway2late.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.upway2late.com/projects/buttons-project
Help Pagina-URL http://www.upway2late.com/projects/buttons-project
URL van de Privacybeleid Pagina http://www.upway2late.com
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Awesome Bookmarks Button",
    "version": "1.2.0.0",
    "description": "Awesome button to open the Chrome bookmarks in a new window or tab. If the bookmarks page is already open, that tab is selected.",
    "icons": {
        "16": "bookmarks_16.png",
        "48": "bookmarks_48.png",
        "128": "bookmarks_128.png"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "bookmarks_19.png",
        "default_title": "Awesome Bookmarks Button"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "manifest_version": 2
}