Simple bookmark

Save your favorite websites or save opened tabs, if you may need them in future, with a single click.

Simple bookmarkคืออะไร?

Simple bookmark เป็นส่วนขยายของ Chrome ที่พัฒนาโดย levishuberherbrand และคุณลักษณะหลักของมันคือ "Save your favorite websites or save opened tabs, if you may need them in future, with a single click."

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

screenshot
screenshot

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

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

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

                        Save all your currents tabs with one click!

Open all webs of a folder also with one click.

Easiest way to search and organize your bookmarks.                    

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

ชื่อ Simple bookmark Simple bookmark
ID aecodjadibpbgapelmdheknchoeplfgi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/simple-bookmark/aecodjadibpbgapelmdheknchoeplfgi
คำอธิบาย Save your favorite websites or save opened tabs, if you may need them in future, with a single click.
ขนาดไฟล์ 77.19 KB
จำนวนการติดตั้ง 30
เวอร์ชันปัจจุบัน 6.9
อัปเดตครั้งล่าสุด 2022-01-20
วันที่เผยแพร่ 2019-02-23
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา levishuberherbrand
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://blintic.com/policy.html
ภาษาที่รองรับ en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Simple bookmark",
    "description": "Save your favorite websites or save opened tabs, if you may need them in future, with a single click.",
    "version": "6.9",
    "default_locale": "en",
    "icons": {
        "24": "star.png",
        "128": "star.png"
    },
    "permissions": [
        "tabs"
    ],
    "background": {
        "service_worker": "jquery-1.js"
    },
    "action": {
        "default_icon": "star.png",
        "default_popup": "popup.html"
    }
}