Atavi - bookmark manager
Visual bookmarks, bookmarks sync across various browsers and absolute safety for your bookmarks
什么是Atavi - bookmark manager?
Atavi - bookmark manager是由https://atavi.com开发的Chrome扩展程序,该扩展的主要功能是“Visual bookmarks, bookmarks sync across various browsers and absolute safety for your bookmarks”。
扩展截图
下载Atavi - bookmark manager扩展crx文件
下载Atavi - bookmark manager扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Features:
★ Get quick access, bookmarks toolbar and speed dial: Atavi Bookmarks replaces Chrome new tab with your visual bookmarks collection;
★ Add new favourite or save bookmark instantly with right-click context menu: click anywhere on the page with mouse right button and choose “Add to Atavi bookmarks”;
★ Groups: add bookmarks to the predefined groups in one click (left-click on an icon in address bar → select a group → save the bookmark);
Please email us at [email protected]
Last changes:
1. The extension transfers all data using HTTPS in order to increase security. 扩展基本信息
| 名称 | |
| ID | jpchabeoojaflbaajmjhfcfiknckabpo |
| 官方URL | https://chromewebstore.google.com/detail/atavi-bookmark-manager/jpchabeoojaflbaajmjhfcfiknckabpo |
| 简介 | Visual bookmarks, bookmarks sync across various browsers and absolute safety for your bookmarks |
| 文件大小 | 142 KB |
| 安装次数 | 54,323 |
| 当前版本 | 1.3.2 |
| 更新时间 | 2020-05-05 |
| 上架时间 | 2020-04-29 |
| 评分 | 3.75/5 共740次评分 |
| 开发者 | https://atavi.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://atavi.com/?from=chromewebstore-atavi-bookmark-manager |
| 帮助页面URL | https://atavi.com/about#feedback-content-form |
| 隐私政策页面URL | https://atavi.com/content/privacy |
| 支持的语言 | de,en,fr,nl,tr,es,hr,it,pl,pt-BR,ro,sk,fi,sv,cs,ru,uk,zh-CN,ja,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_extension_name__",
"short_name": "__MSG_extension_shortname__",
"description": "__MSG_extension_description__",
"default_locale": "en",
"version": "1.3.2",
"permissions": [
"contextMenus",
"activeTab",
"bookmarks",
"tabs",
"*:\/\/atavi.com\/",
"*:\/\/*.atavi.com\/",
"*:\/\/www.toppage.test\/*",
"cookies",
"storage"
],
"optional_permissions": [
"management"
],
"homepage_url": "https:\/\/atavi.com",
"chrome_settings_overrides": {
"homepage": "https:\/\/atavi.com\/?from=ext-chrome"
},
"manifest_version": 2,
"icons": {
"128": "i\/icon128.png",
"48": "i\/icon48.png",
"32": "i\/icon32.png",
"19": "i\/icon19.png",
"16": "i\/icon16.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"background": {
"page": "background\/page.html"
},
"page_action": {
"default_icon": "i\/icon19.png",
"default_title": "__MSG_pageaction_title__",
"default_popup": "create\/index.html"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_start",
"js": [
"AtaviExt.js",
"includes\/common.js"
],
"css": [
"c\/common.css"
]
}
],
"omnibox": {
"keyword": "atavi"
},
"options_page": "options\/index.html",
"web_accessible_resources": [
"includes\/inject.js",
"config.json"
],
"externally_connectable": {
"ids": [
"cppkdfiehodeplgalcinpklndfdmccba",
"pcacinjbimcceegjmilcmllbagjjelef",
"jpchabeoojaflbaajmjhfcfiknckabpo",
"fhdbapfgnkbpnkffmjkjofblcmmgonia",
"dpmijkcjnkemjnlkjcghoagimgolaofh",
"kdbcpidbakbgbgclbjldlelbafohkagp",
"kjpbnomffmmmdnedadahoflodnabckoi",
"nmebjojifckgfojmficpdnlglgcifhjd",
"ckpifcbkpbdakjgcigilkdhhfbmgcfdh"
],
"matches": [
"*:\/\/*.atavi.com\/*"
]
},
"commands": {
"_execute_page_action": {
"suggested_key": {
"default": "Ctrl+Shift+S",
"mac": "MacCtrl+Shift+S"
}
}
}
} | |