Add to minimarks

Official minimarks extension for Google Chrome. Bookmark the current tab by clicking the toolbar icon.

Add to minimarksคืออะไร?

Add to minimarks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Bitzag และคุณลักษณะหลักของมันคือ "Official minimarks extension for Google Chrome. Bookmark the current tab by clicking the toolbar icon."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Add to minimarks

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

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

                        Bookmark tabs by clicking the minimarks toolbar icon. This is the official minimarks extension for Google Chrome.                    

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

ชื่อ Add to minimarks Add to minimarks
ID kbjkgiaflacciaflkjkibgohccalnpna
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/add-to-minimarks/kbjkgiaflacciaflkjkibgohccalnpna
คำอธิบาย Official minimarks extension for Google Chrome. Bookmark the current tab by clicking the toolbar icon.
ขนาดไฟล์ 15.94 KB
จำนวนการติดตั้ง 122
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2022-10-31
วันที่เผยแพร่ 2022-10-24
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Bitzag
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://get.minimarks.io
URL หน้าช่วยเหลือ https://help.minimarks.io
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Add to minimarks",
    "version": "1.3",
    "description": "Official minimarks extension for Google Chrome. Bookmark the current tab by clicking the toolbar icon.",
    "icons": {
        "16": "icons\/minimarks-16x16.png",
        "48": "icons\/minimarks-48x48.png",
        "128": "icons\/minimarks-128x128.png"
    },
    "host_permissions": [
        "https:\/\/minimarks.io\/"
    ],
    "permissions": [
        "activeTab"
    ],
    "action": {
        "default_title": "Add to minimarks",
        "default_icon": "icons\/minimarks-64x64.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 3
}