Bookmark All Tabs

Save all open tabs to a bookmarks folder.

Bookmark All Tabs क्या है?

Bookmark All Tabs https://www.sicutunum.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save all open tabs to a bookmarks folder."।

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

screenshot

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

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

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

                        𝗪𝗵𝗮𝘁 𝗶𝘀 𝗕𝗼𝗼𝗸𝗺𝗮𝗿𝗸 𝗔𝗹𝗹 𝗧𝗮𝗯𝘀?
Save all tabs to any bookmarks folder anywhere at the press of a button. No annoying menus, popups or questions asking you to name things when bookmarking. Save bookmarks to an auto generated folder using values like the active page title you were on when saving, the current date, day, time etc. nested under any folder you want. Auto generate a “Recent” folder to quickly access your most frequently used bookmarks. Plus tons more features to tweak for whatever your workflow…


𝗔𝗱𝗱𝗶𝘁𝗶𝗼𝗻𝗮𝗹 𝗙𝗲𝗮𝘁𝘂𝗿𝗲𝘀
• Store bookmarks into an existing folder nested anywhere on button press.

• Save using date, day, time, current tab and more as nested sub folders.

• Auto generate “Recent” bookmarks folder of most used bookmarks.

• Auto exclude pinned tabs when bookmarking all tabs. 

• Option to bookmark the active tab only.

• Option to auto close everything bookmarked after bookmarking.

• Option to auto exclude duplicate bookmarks when adding.

• Option to auto sort bookmarks when adding.

• Delete all bookmarks in folder.

• Delete all duplicate bookmarks in a folder.

• Sort all bookmarks in a folder.                    

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

नाम Bookmark All Tabs Bookmark All Tabs
ID hbmahfbhinihjghbipldimiaoboebidn
आधिकारिक URL https://chromewebstore.google.com/detail/bookmark-all-tabs/hbmahfbhinihjghbipldimiaoboebidn
विवरण Save all open tabs to a bookmarks folder.
फ़ाइल का आकार 639 KB
स्थापना संख्या 3,294
वर्तमान संस्करण 2.5
अंतिम अपडेट 2023-10-26
प्रकाशन तिथि 2019-09-27
रेटिंग 4.35/5 कुल 23 रेटिंग्स
डेवलपर https://www.sicutunum.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.sicutunum.com/extensions/bookmark-all-tabs
सहायता पृष्ठ URL https://www.sicutunum.com/extensions/bookmark-all-tabs
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bookmark All Tabs",
    "version": "2.5",
    "author": "https:\/\/sicutunum.com",
    "homepage_url": "https:\/\/sicutunum.com\/productivity\/extensions\/bookmark-all-tabs",
    "description": "Save all open tabs to a bookmarks folder.",
    "permissions": [
        "bookmarks",
        "tabs",
        "storage"
    ],
    "action": {
        "default_title": "Bookmark All Tabs (right click for options)",
        "default_icon": "images\/icon.png"
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "options.html"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}