Synaps Bookmarks

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

Synaps Bookmarks क्या है?

Synaps Bookmarks https://thesynaps.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allow you to save web-links (bookmarks) to the SYNAPS storage."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Synaps Bookmarks एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Synaps Bookmarks Synaps Bookmarks
ID jimnaockanbhdicpodengaaeclhdnmhj
आधिकारिक URL https://chromewebstore.google.com/detail/synaps-bookmarks/jimnaockanbhdicpodengaaeclhdnmhj
विवरण This extension allow you to save web-links (bookmarks) to the SYNAPS storage.
फ़ाइल का आकार 700 KB
स्थापना संख्या 194
वर्तमान संस्करण 0.5.4
अंतिम अपडेट 2022-08-16
प्रकाशन तिथि 2020-06-01
रेटिंग 5.00/5 कुल 17 रेटिंग्स
डेवलपर https://thesynaps.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://thesynaps.com/
गोपनीयता नीति पृष्ठ URL http://thesynaps.com/privacy
समर्थित भाषाएँ 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'"
}