Koala Bookmarks
Browser Bookmarks made easier. Set up your favorite bookmarks and access them with hotkeys to improve your productivity.
What is Koala Bookmarks?
Koala Bookmarks is a Chrome extension developed by https://rudeshko.net, and its main feature is "Browser Bookmarks made easier. Set up your favorite bookmarks and access them with hotkeys to improve your productivity.".
Extension Screenshots
Download Koala Bookmarks Extension CRX File
Download Koala Bookmarks extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Chrome Bookmarks made easier. Set your favourite websites and access them with the hotkeys.
Extension Basic Information
Name | Koala Bookmarks |
ID | dppepokpjgoaooihcnelbjhbhnggpblo |
Official URL | 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. |
File Size | 1.21 MB |
Installation Count | 30 |
Current Version | 1.0.1 |
Last Updated | 2020-01-23 |
Publish Date | 2020-01-23 |
Rating | 5.00/5 Total 5 Ratings |
Developer | https://rudeshko.net |
[email protected] | |
Payment Type | free |
Extension Website | https://rudeshko.net/ |
Supported Languages | 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" ] } ] } |