Random Bookmark

Open a random bookmark

Random Bookmarkคืออะไร?

Random Bookmark เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Feras Albaroudi และคุณลักษณะหลักของมันคือ "Open a random bookmark"

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

screenshot

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

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

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

                        The folder to open a bookmark from as well as well as where to open the bookmark can be configured.                    

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

ชื่อ Random Bookmark Random Bookmark
ID eeoohjpijemgnlcegchbabgdbnikdcpd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/random-bookmark/eeoohjpijemgnlcegchbabgdbnikdcpd
คำอธิบาย Open a random bookmark
ขนาดไฟล์ 2.1 MB
จำนวนการติดตั้ง 168
เวอร์ชันปัจจุบัน 1.2.1
อัปเดตครั้งล่าสุด 2023-05-09
วันที่เผยแพร่ 2020-05-12
คะแนน 4.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Feras Albaroudi
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/NeedsSoySauce/Random-Bookmark
URL หน้าช่วยเหลือ https://github.com/NeedsSoySauce/Random-Bookmark
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Random Bookmark",
    "version": "1.2.1",
    "description": "Open a random bookmark",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "bookmarks",
        "alarms"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "16": "images\/shuffle-gray\/16.png",
            "32": "images\/shuffle-gray\/32.png",
            "48": "images\/shuffle-gray\/48.png",
            "128": "images\/shuffle-gray\/128.png"
        }
    },
    "icons": {
        "16": "images\/shuffle-gray\/16.png",
        "32": "images\/shuffle-gray\/32.png",
        "48": "images\/shuffle-gray\/48.png",
        "128": "images\/shuffle-gray\/128.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+B",
                "mac": "Command+B"
            }
        },
        "shuffle": {
            "description": "Shuffle"
        },
        "open-options": {
            "description": "Open options"
        }
    }
}