Quick Bookmark to Folders

Lets you create fast buttons for bookmarking into your favourite folders

Quick Bookmark to Foldersคืออะไร?

Quick Bookmark to Folders เป็นส่วนขยายของ Chrome ที่พัฒนาโดย krystof1000 และคุณลักษณะหลักของมันคือ "Lets you create fast buttons for bookmarking into your favourite folders"

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

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

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

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

                        Anyone else bothered with bookmarking to folders in Chrome?
I was using this extension: https://chrome.google.com/webstore/detail/cgfpmbdcelimppngkinoingifggiiifl but I had to make a possibility to create more buttons for bookmarking.
So give credit to Robin, the creator of that extension as well!                    

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

ชื่อ Quick Bookmark to Folders Quick Bookmark to Folders
ID mifmiegljejaablipoiodebmmngiekon
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/quick-bookmark-to-folders/mifmiegljejaablipoiodebmmngiekon
คำอธิบาย Lets you create fast buttons for bookmarking into your favourite folders
ขนาดไฟล์ 152 KB
จำนวนการติดตั้ง 96
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2015-01-26
วันที่เผยแพร่ 2015-01-25
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา krystof1000
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "manifest_version": 2,
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quick Bookmark to Folders",
    "version": "1.2",
    "description": "Lets you create fast buttons for bookmarking into your favourite folders",
    "browser_action": {
        "default_icon": "images\/browser_icon_19.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "images\/icon_128.png",
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png"
    },
    "permissions": [
        "bookmarks",
        "tabs"
    ]
}