Bokemarks.com

Online bookmark manager which saves more than just the icon and title. View your bookmarks on any device.

Bokemarks.comคืออะไร?

Bokemarks.com เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.bokemarks.com และคุณลักษณะหลักของมันคือ "Online bookmark manager which saves more than just the icon and title. View your bookmarks on any device."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bokemarks.com

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

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

                        Bokemarks is a bookmark manager which saves more than just the icon and title of the webpage. With Bokemarks, you can bookmark the video, the song, the article, the map (and more) depending on which webpage you are bookmarking. You can view your Bokemarks from any device and also add tags and notes to organize your Bokemarks.

How to use it:
Click to Save Bokemark (or Ctrl+S)
Double-Click to view your Bokemarks (or Ctrl+O)                    

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

ชื่อ Bokemarks.com Bokemarks.com
ID edamijjeljkjcinelnicokboenomckhd
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/bokemarkscom/edamijjeljkjcinelnicokboenomckhd
คำอธิบาย Online bookmark manager which saves more than just the icon and title. View your bookmarks on any device.
ขนาดไฟล์ 23.84 KB
จำนวนการติดตั้ง 56
เวอร์ชันปัจจุบัน 0.92
อัปเดตครั้งล่าสุด 2013-11-18
วันที่เผยแพร่ 2013-11-18
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา http://www.bokemarks.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.bokemarks.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bokemarks.com",
    "version": "0.92",
    "description": "Online bookmark manager which saves more than just the icon and title. View your bookmarks on any device.",
    "icons": {
        "128": "icon_128.png",
        "256": "icon_256.png"
    },
    "permissions": [
        "tabs",
        "webRequest",
        ""
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "keyPress.js"
            ]
        }
    ]
}