Koala Bookmarks
Browser Bookmarks made easier. Set up your favorite bookmarks and access them with hotkeys to improve your productivity.
什麼是Koala Bookmarks?
Koala Bookmarks是由https://rudeshko.net開發的Chrome擴展程式,該擴展的主要功能是“Browser Bookmarks made easier. Set up your favorite bookmarks and access them with hotkeys to improve your productivity.”。
擴展截圖
下載Koala Bookmarks擴展crx文件
下載Koala Bookmarks擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Chrome Bookmarks made easier. Set your favourite websites and access them with the hotkeys.
擴展基本資訊
名稱 | Koala Bookmarks |
ID | dppepokpjgoaooihcnelbjhbhnggpblo |
官方網址 | https://chromewebstore.google.com/detail/koala-bookmarks/dppepokpjgoaooihcnelbjhbhnggpblo |
簡介 | Browser Bookmarks made easier. Set up your favorite bookmarks and access them with hotkeys to improve your productivity. |
檔案大小 | 1.21 MB |
安裝次數 | 30 |
目前版本 | 1.0.1 |
更新時間 | 2020-01-23 |
上架時間 | 2020-01-23 |
評分 | 5.00/5 共 5 次評分 |
開發者 | https://rudeshko.net |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://rudeshko.net/ |
支援的語言 | 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" ] } ] } |