vBookmarks

A popup bookmark manager. Enhanced Neat Bookmarks. Neater than Neater Bookmarks.

vBookmarks क्या है?

vBookmarks https://windviki.github.io/vBookmarks द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A popup bookmark manager. Enhanced Neat Bookmarks. Neater than Neater Bookmarks."।

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

screenshot
screenshot
screenshot

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

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

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

                        A successor of NeatBookmarks, an excellent bookmark extension for Google Chrome.

Migrated "AddBookmarkHere" and some new features into "NeatBookmarks".

Features:
1) Bookmark current tab before selected bookmark/folder.
2) Bookmark current tab after selected bookmark/folder.
3) Bookmark current tab to the top of selected folder.
4) Bookmark current tab to the bottom of selected folder.
5) Add a sub-folder into selected folder.
6) Update URL of selected bookmark with current URL.
7) Copy title and URL information for selected bookmarks into clipboard.
8) Add an option: only show the nodes of the Bookmark Bar.
9) Add: Synchronizable bookmark separators.
10) Fix bugs in Neat Bookmarks.

NeatBookmarks书签扩展的后续改版。
增加功能:
1) 在选中的书签/文件夹之前/之后添加当前tab为新书签
2) 在选中的文件夹顶部/底部添加当前tab为新书签
3) 在选中的文件夹中添加子文件夹
4) 替换选中的书签的URL为当前tab的URL
5) 拷贝选中书签的标题和URL到剪贴板
6) 增加选项:仅在插件里显示书签工具栏中的书签
7) 可同步的书签分隔符
8) 修正Neat Bookmarks中的已知BUG                    

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

नाम vBookmarks vBookmarks
ID odhjcodnoebmndcihdedenkmdmklpihb
आधिकारिक URL https://chromewebstore.google.com/detail/vbookmarks/odhjcodnoebmndcihdedenkmdmklpihb
विवरण A popup bookmark manager. Enhanced Neat Bookmarks. Neater than Neater Bookmarks.
फ़ाइल का आकार 254 KB
स्थापना संख्या 4,412
वर्तमान संस्करण 3.6
अंतिम अपडेट 2024-01-08
प्रकाशन तिथि 2020-07-03
रेटिंग 4.05/5 कुल 57 रेटिंग्स
डेवलपर https://windviki.github.io/vBookmarks
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/windviki
समर्थित भाषाएँ en,fr,it,ru,zh-TW,ja
manifest.json
{
    "name": "__MSG_extName__",
    "version": "3.6",
    "description": "__MSG_extDesc__",
    "manifest_version": 3,
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/odhjcodnoebmndcihdedenkmdmklpihb",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "19": "icon.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_title": "vBookmarks",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+V",
                "mac": "Command+Shift+V",
                "chromeos": "Ctrl+Shift+V",
                "linux": "Ctrl+Shift+V"
            }
        }
    },
    "permissions": [
        "bookmarks",
        "tabs",
        "favicon"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "_favicon\/*"
            ],
            "matches": [
                ""
            ],
            "extension_ids": [
                "*"
            ]
        }
    ],
    "host_permissions": [
        ""
    ],
    "content_security_policy": {
        "extension_pages": "img-src 'self' data:; default-src 'self'; style-src 'self' 'unsafe-inline';"
    },
    "minimum_chrome_version": "88.0.0.0",
    "default_locale": "en",
    "omnibox": {
        "keyword": "*"
    }
}