Bookmark All Tabs

Save all open tabs to a bookmarks folder.

Bookmark All Tabsคืออะไร?

Bookmark All Tabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.sicutunum.com และคุณลักษณะหลักของมันคือ "Save all open tabs to a bookmarks folder."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bookmark All Tabs

ดาวน์โหลดไฟล์ส่วนขยาย Bookmark All Tabs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        𝗪𝗵𝗮𝘁 𝗶𝘀 𝗕𝗼𝗼𝗸𝗺𝗮𝗿𝗸 𝗔𝗹𝗹 𝗧𝗮𝗯𝘀?
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"
    }
}