Bookmark Ninja - Bookmark All Tabs
Bookmarks all tabs in the browser with once click
什么是Bookmark Ninja - Bookmark All Tabs?
Bookmark Ninja - Bookmark All Tabs是由https://bookmarkninja.com开发的Chrome扩展程序,该扩展的主要功能是“Bookmarks all tabs in the browser with once click”。
扩展截图
下载Bookmark Ninja - Bookmark All Tabs扩展crx文件
下载Bookmark Ninja - Bookmark All Tabs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Bookmark Ninja - online bookmark manager
- Access your bookmarks on any device (desktop, notebook, mobile) in any browser
- All bookmarks are private by default, sharing is available optionally
- Import your current bookmarks from your browser or any other bookmark manager
- Quick access support for frequently used bookmarks
- Support for handling and organizing large number of bookmarks with advanced tag management
- Clean and simple UI with optional Dark Mode for a user friendly experience 扩展基本信息
| 名称 | |
| ID | gdcmijmdlfjoaonkfahljagjhlgjjcjk |
| 官方URL | https://chromewebstore.google.com/detail/bookmark-ninja-bookmark-a/gdcmijmdlfjoaonkfahljagjhlgjjcjk |
| 简介 | Bookmarks all tabs in the browser with once click |
| 文件大小 | 32.03 KB |
| 安装次数 | 1,019 |
| 当前版本 | 2.0.0.1 |
| 更新时间 | 2021-07-03 |
| 上架时间 | 2020-04-13 |
| 评分 | 4.00/5 共3次评分 |
| 开发者 | https://bookmarkninja.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.bookmarkninja.com/ |
| 隐私政策页面URL | https://www.bookmarkninja.com/privacy-policy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Bookmark Ninja - Bookmark All Tabs",
"description": "Bookmarks all tabs in the browser with once click",
"version": "2.0.0.1",
"permissions": [
"tabs",
"cookies",
"*:\/\/*.bookmarkninja.com\/"
],
"background": {
"scripts": [
"bookmark-all-tabs.js"
]
},
"icons": {
"16": "ninja2plus16.png",
"48": "ninja2plus48.png",
"128": "ninja2plus128.png"
},
"browser_action": {
"default_title": "Bookmark All Tabs",
"default_icon": {
"16": "ninja2plus16.png",
"32": "ninja2plus32.png",
"48": "ninja2plus48.png",
"128": "ninja2plus128.png"
}
},
"manifest_version": 2
} | |