Koala Bookmarks
Browser Bookmarks made easier. Set up your favorite bookmarks and access them with hotkeys to improve your productivity.
Was ist Koala Bookmarks?
Koala Bookmarks ist eine Chrome-Erweiterung, die von https://rudeshko.net entwickelt wurde, und ihr Hauptmerkmal ist "Browser Bookmarks made easier. Set up your favorite bookmarks and access them with hotkeys to improve your productivity.".
Erweiterungsscreenshots
Koala Bookmarks-Erweiterungs-CRX-Datei herunterladen
Laden Sie Koala Bookmarks-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        Chrome Bookmarks made easier. Set your favourite websites and access them with the hotkeys.                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | dppepokpjgoaooihcnelbjhbhnggpblo | 
| Offizielle URL | https://chromewebstore.google.com/detail/koala-bookmarks/dppepokpjgoaooihcnelbjhbhnggpblo | 
| Beschreibung | Browser Bookmarks made easier. Set up your favorite bookmarks and access them with hotkeys to improve your productivity. | 
| Dateigröße | 1.21 MB | 
| Installationsanzahl | 30 | 
| Aktuelle Version | 1.0.1 | 
| Letztes Update | 2020-01-23 | 
| Veröffentlichungsdatum | 2020-01-23 | 
| Bewertung | 5.00/5 Insgesamt 5 Bewertungen | 
| Entwickler | https://rudeshko.net | 
| [email protected] | |
| Zahlungsart | free | 
| Erweiterungswebsite | https://rudeshko.net/ | 
| Unterstützte Sprachen | 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"
            ]
        }
    ]
}  |  |