YURLS : Find your urls easily

Yurl helps you search through and find your bookmarks easily and with style.

YURLS : Find your urls easilyคืออะไร?

YURLS : Find your urls easily เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://pixeline.be และคุณลักษณะหลักของมันคือ "Yurl helps you search through and find your bookmarks easily and with style."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YURLS : Find your urls easily

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

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

                        A reliable, fast and great-looking search through all your bookmarks.  
Yurl makes using your bookmarks a pleasurable experience.

NEW!!
- use CTRL+Y for direct keyboard access.
- Favicon display !
- Access your last bookmarks in one click!

Features:
- peace of mind: if you've bookmarked it, Yurl will find it.
- great looking, animated interface
- Your total number of bookmarks is displayed in the icon at all time
- keyboard-friendly: use CTRL+B (CMD+B on Mac OS X), start typing your search string,  tab through results, Enter to open the url in a new Tab. Or just use your mouse, you Cat.

Feel free to send suggestions to https://pixeline.be                    

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

ชื่อ YURLS : Find your urls easily YURLS : Find your urls easily
ID anpcbhoofnndmkigbbnpcjbdndkcndhg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/yurls-find-your-urls-easi/anpcbhoofnndmkigbbnpcjbdndkcndhg
คำอธิบาย Yurl helps you search through and find your bookmarks easily and with style.
ขนาดไฟล์ 246 KB
จำนวนการติดตั้ง 29
เวอร์ชันปัจจุบัน 0.2.0
อัปเดตครั้งล่าสุด 2022-02-05
วันที่เผยแพร่ 2018-11-25
คะแนน 4.86/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา https://pixeline.be
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://pixeline.be/downloads/yurls-bookmarks-finder-google-chrome-4130.html
URL หน้าช่วยเหลือ https://github.com/pixeline/Yurl/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YURLS : Find your urls easily",
    "short_name": "Yurls",
    "version": "0.2.0",
    "manifest_version": 2,
    "description": "Yurl helps you search through and find your bookmarks easily and with style.",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/yurls-your-urls-made-easy\/anpcbhoofnndmkigbbnpcjbdndkcndhg",
    "omnibox": {
        "keyword": "@"
    },
    "permissions": [
        "bookmarks",
        "background",
        "storage",
        "chrome:\/\/favicon\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Y",
                "windows": "Ctrl+Y",
                "mac": "MacCtrl+Y",
                "chromeos": "Ctrl+Y",
                "linux": "Ctrl+Y"
            },
            "description": "Opens Yurl"
        }
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "YURLS ( CTRL+Y (win\/mac) )",
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "img-src chrome:\/\/favicon; default-src 'unsafe-inline'; script-src 'self'; object-src 'self'"
}