Bookmark All

Bookmark all open page

Bookmark Allคืออะไร?

Bookmark All เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gfasino และคุณลักษณะหลักของมันคือ "Bookmark all open page"

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

screenshot
screenshot

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

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

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

                        This extension will put in your bookmarks all your open tabs with just one click!

You will find the saved pages in the 'Other Bookmarks' folder, only not-bookmarked pages will be saved.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Bookmark All Bookmark All
ID kndnfenadgphkdbohkjodpmbejmglofp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bookmark-all/kndnfenadgphkdbohkjodpmbejmglofp
คำอธิบาย Bookmark all open page
ขนาดไฟล์ 10.61 KB
จำนวนการติดตั้ง 35
เวอร์ชันปัจจุบัน 2.0
อัปเดตครั้งล่าสุด 2016-08-24
วันที่เผยแพร่ 2016-08-24
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา gfasino
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bookmark All",
    "description": "Bookmark all open page",
    "version": "2.0",
    "browser_action": {
        "default_icon": "128.png",
        "default_title": "Bookmark All"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "bookmarks"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "128": "128.png"
    }
}