Synaps Bookmarks

This extension allow you to save web-links (bookmarks) to the SYNAPS storage.

Synaps Bookmarks là gì?

Synaps Bookmarks là một tiện ích mở rộng Chrome được phát triển bởi https://thesynaps.com, và tính năng chính của nó là "This extension allow you to save web-links (bookmarks) to the SYNAPS storage.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Synaps Bookmarks

Tải xuống các tệp mở rộng Synaps Bookmarks dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Save web-links directly in your browser.

Bookmarking it was tiring. We are changing the way we work with bookmarks on a computer. Our service offers you a new experience with your bookmarks. The latest update itself will offer you tags for bookmarks. Now you can easily navigate your bookmarks. The extension is available on all popular browsers. Now you will never lose your bookmarks.

This extension allow you to save web-links (bookmarks) to the SYNAPS storage.
To do this, click on the extension icon in the browser panel.

In the plug-in window, fill in the tags that you associate with the web page - in most cases the plug-in will itself suggest suitable ones! 
Save the bookmark to the SYNAPS storage

Using this plugin, you can also go to the SYNAPS storage.
You can always find a previously saved bookmarks there by entering several tags from the ones you selected before.
If you forgot tags, the graphical interface will propose the most valid variants.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Synaps Bookmarks Synaps Bookmarks
ID jimnaockanbhdicpodengaaeclhdnmhj
URL Chính Thức https://chromewebstore.google.com/detail/synaps-bookmarks/jimnaockanbhdicpodengaaeclhdnmhj
Mô tả This extension allow you to save web-links (bookmarks) to the SYNAPS storage.
Kích Thước Tệp 700 KB
Số Lần Cài Đặt 194
Phiên Bản Hiện Tại 0.5.4
Cập Nhật Lần Cuối 2022-08-16
Ngày Phát Hành 2020-06-01
Đánh Giá 5.00/5 Tổng số 17 Đánh Giá
Nhà Phát Triển https://thesynaps.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://thesynaps.com/
URL Trang Chính Sách Bảo Mật http://thesynaps.com/privacy
Ngôn Ngữ Được Hỗ Trợ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Synaps Bookmarks",
    "description": "__MSG_extDescription__",
    "version": "0.5.4",
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/jquery\/jquery.min.js",
            "js\/dexie.js",
            "js\/background.js"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "browser_style": true,
        "chrome_style": true
    },
    "browser_action": {
        "default_popup": "\/popup.html",
        "browser_style": true,
        "default_title": "Synaps bookmarks",
        "default_icon": {
            "48": "images\/icon48.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "https:\/\/*.thesynaps.com\/",
        "https:\/\/thesynaps.com\/",
        "tabs"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}