Koala Bookmarks

Browser Bookmarks made easier. Set up your favorite bookmarks and access them with hotkeys to improve your productivity.

Cos'è Koala Bookmarks?

Koala Bookmarks è un'estensione di Chrome sviluppata da https://rudeshko.net, e la sua funzione principale è "Browser Bookmarks made easier. Set up your favorite bookmarks and access them with hotkeys to improve your productivity.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Koala Bookmarks

Scarica i file di estensione Koala Bookmarks in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Chrome Bookmarks made easier. Set your favourite websites and access them with the hotkeys.                    

Informazioni di Base sull'Estensione

Nome Koala Bookmarks Koala Bookmarks
ID dppepokpjgoaooihcnelbjhbhnggpblo
URL Ufficiale https://chromewebstore.google.com/detail/koala-bookmarks/dppepokpjgoaooihcnelbjhbhnggpblo
Descrizione Browser Bookmarks made easier. Set up your favorite bookmarks and access them with hotkeys to improve your productivity.
Dimensione del File 1.21 MB
Conteggio Installazioni 30
Versione Corrente 1.0.1
Ultimo Aggiornamento 2020-01-23
Data di Pubblicazione 2020-01-23
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore https://rudeshko.net
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://rudeshko.net/
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Koala Bookmarks",
    "short_name": "Koala",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Browser Bookmarks made easier. Set up your favorite bookmarks and access them with hotkeys to improve your productivity.",
    "icons": {
        "128": "images\/koala_128.png"
    },
    "permissions": [
        "storage",
        "https:\/\/www.googleapis.com\/",
        "https:\/\/www.google.com\/"
    ],
    "oauth2": {
        "client_id": "136776124756-pvjjqoua8e86tj56l4gq92j8ovvlihnv.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "blank.js"
            ]
        }
    ]
}