Koala Bookmarks

Browser Bookmarks made easier. Set up your favorite bookmarks and access them with hotkeys to improve your productivity.

Koala Bookmarksคืออะไร?

Koala Bookmarks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://rudeshko.net และคุณลักษณะหลักของมันคือ "Browser Bookmarks made easier. Set up your favorite bookmarks and access them with hotkeys to improve your productivity."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Chrome Bookmarks made easier. Set your favourite websites and access them with the hotkeys.                    

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

ชื่อ Koala Bookmarks Koala Bookmarks
ID dppepokpjgoaooihcnelbjhbhnggpblo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/koala-bookmarks/dppepokpjgoaooihcnelbjhbhnggpblo
คำอธิบาย Browser Bookmarks made easier. Set up your favorite bookmarks and access them with hotkeys to improve your productivity.
ขนาดไฟล์ 1.21 MB
จำนวนการติดตั้ง 30
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2020-01-23
วันที่เผยแพร่ 2020-01-23
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://rudeshko.net
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://rudeshko.net/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Koala Bookmarks",
    "short_name": "Koala",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Browser Bookmarks made easier. Set up your favorite bookmarks and access them with hotkeys to improve your productivity.",
    "icons": {
        "128": "images\/koala_128.png"
    },
    "permissions": [
        "storage",
        "https:\/\/www.googleapis.com\/",
        "https:\/\/www.google.com\/"
    ],
    "oauth2": {
        "client_id": "136776124756-pvjjqoua8e86tj56l4gq92j8ovvlihnv.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "blank.js"
            ]
        }
    ]
}