Koala Bookmarks
Browser Bookmarks made easier. Set up your favorite bookmarks and access them with hotkeys to improve your productivity.
Wat is Koala Bookmarks?
Koala Bookmarks is een Chrome-extensie ontwikkeld door https://rudeshko.net, en de belangrijkste functie is "Browser Bookmarks made easier. Set up your favorite bookmarks and access them with hotkeys to improve your productivity.".
Extensie Screenshots
Download het CRX-bestand van de extensie Koala Bookmarks
Download Koala Bookmarks-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
                        Chrome Bookmarks made easier. Set your favourite websites and access them with the hotkeys.                     Basisinformatie over de Extensie
| Naam |   |  
| ID | dppepokpjgoaooihcnelbjhbhnggpblo | 
| Officiële URL | https://chromewebstore.google.com/detail/koala-bookmarks/dppepokpjgoaooihcnelbjhbhnggpblo | 
| Beschrijving | Browser Bookmarks made easier. Set up your favorite bookmarks and access them with hotkeys to improve your productivity. | 
| Bestandsgrootte | 1.21 MB | 
| Aantal Installaties | 30 | 
| Huidige Versie | 1.0.1 | 
| Laatst Bijgewerkt | 2020-01-23 | 
| Publicatiedatum | 2020-01-23 | 
| Beoordeling | 5.00/5 Totaal 5 Beoordelingen | 
| Ontwikkelaar | https://rudeshko.net | 
| [email protected] | |
| Betalingswijze | free | 
| Extensiewebsite | https://rudeshko.net/ | 
| Ondersteunde Talen | 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"
            ]
        }
    ]
}  |  |