Custom Bookmarks

A URL customization extension uses variables in bookmark. Define parameters name inside {{ }} in URL.

Custom Bookmarksคืออะไร?

Custom Bookmarks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย parthjmistry และคุณลักษณะหลักของมันคือ "A URL customization extension uses variables in bookmark. Define parameters name inside {{ }} in URL."

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

screenshot

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

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

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

                        Custom Bookmarks allows you to use custom parameters in URL and re use bookmark for similar URL. 
To define parameters use {{ }} in URL(s) while saving them .

For example, You're using ticketing system which has urls are like www.ticket.com/1 , www.ticket.com/2 etc. You can define URL in custom bookmark as www.ticket.com/{{Ticket}}. So you can open other tickets easily with providing only ticket number.                    

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

ชื่อ Custom Bookmarks Custom Bookmarks
ID ijhfegiojlhmoflhgblbmiiokghgeijm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/custom-bookmarks/ijhfegiojlhmoflhgblbmiiokghgeijm
คำอธิบาย A URL customization extension uses variables in bookmark. Define parameters name inside {{ }} in URL.
ขนาดไฟล์ 17.07 KB
จำนวนการติดตั้ง 38
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2020-03-19
วันที่เผยแพร่ 2020-01-09
ผู้พัฒนา parthjmistry
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://wp.me/p2YTX9-A
URL หน้าช่วยเหลือ https://wp.me/p2YTX9-A
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Custom Bookmarks",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "description": "A URL customization extension uses variables in bookmark. Define parameters name inside {{ }} in URL.",
    "permissions": [
        "bookmarks"
    ],
    "browser_action": {
        "default_title": "Custom Bookmarks",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}