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. 扩展基本信息
| 名称 | |
| ID | dppepokpjgoaooihcnelbjhbhnggpblo |
| 官方URL | 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"
]
}
]
} | |