Open Random Bookmarks

Open Random Bookmarks

Open Random Bookmarksคืออะไร?

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

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

screenshot

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

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

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

                        Randomly opens a set amount of bookmarks from a set folder.


### CHANGELOG ###

>>> 0.2.2 <<<
+ Fixed bug with the folder selector in the options page. It will now show all the folders instead of just the Bookmark Bar folder.

>>> 0.2.0 <<<
+ Option to use the current active tab in the window.
+ Option to scan and open bookmarks from subfolders.
+ Filters. (EXPERIMENTAL).
* Amount field is now an increment field.                    

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

ชื่อ Open Random Bookmarks Open Random Bookmarks
ID bgcefofhfeebbefhdnmdlfkibdfdbbfa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/open-random-bookmarks/bgcefofhfeebbefhdnmdlfkibdfdbbfa
คำอธิบาย Open Random Bookmarks
ขนาดไฟล์ 15.14 KB
จำนวนการติดตั้ง 1,411
เวอร์ชันปัจจุบัน 0.2.2
อัปเดตครั้งล่าสุด 2020-03-06
วันที่เผยแพร่ 2020-03-05
คะแนน 4.86/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา KVS
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Open Random Bookmarks",
    "description": "Open Random Bookmarks",
    "version": "0.2.2",
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon128.png"
    },
    "permissions": [
        "tabs",
        "bookmarks",
        "contextMenus",
        "storage"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}