Atavi - bookmark manager

Visual bookmarks, bookmarks sync across various browsers and absolute safety for your bookmarks

Atavi - bookmark managerคืออะไร?

Atavi - bookmark manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://atavi.com และคุณลักษณะหลักของมันคือ "Visual bookmarks, bookmarks sync across various browsers and absolute safety for your bookmarks"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Atavi - bookmark manager

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Atavi - bookmark manager Atavi - bookmark manager
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"
            }
        }
    }
}