Koala Bookmarks
Browser Bookmarks made easier. Set up your favorite bookmarks and access them with hotkeys to improve your productivity.
Qu'est-ce que Koala Bookmarks ?
Koala Bookmarks est une extension Chrome développée par https://rudeshko.net, et sa fonction principale est "Browser Bookmarks made easier. Set up your favorite bookmarks and access them with hotkeys to improve your productivity.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Koala Bookmarks
Téléchargez les fichiers d'extension Koala Bookmarks au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Chrome Bookmarks made easier. Set your favourite websites and access them with the hotkeys.
Informations de Base sur l'Extension
Nom | Koala Bookmarks |
ID | dppepokpjgoaooihcnelbjhbhnggpblo |
URL Officiel | https://chromewebstore.google.com/detail/koala-bookmarks/dppepokpjgoaooihcnelbjhbhnggpblo |
Description | Browser Bookmarks made easier. Set up your favorite bookmarks and access them with hotkeys to improve your productivity. |
Taille du Fichier | 1.21 MB |
Nombre d'Installations | 30 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2020-01-23 |
Date de Publication | 2020-01-23 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | https://rudeshko.net |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://rudeshko.net/ |
Langues Prises en Charge | 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" ] } ] } |