Omnimarkr

Fuzzy search your bookmarks through the Omnibox

Omnimarkrคืออะไร?

Omnimarkr เป็นส่วนขยายของ Chrome ที่พัฒนาโดย JVillella และคุณลักษณะหลักของมันคือ "Fuzzy search your bookmarks through the Omnibox"

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

screenshot
screenshot
screenshot

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

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

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

                        Omnimarkr is an Omnibox enhancement for full-page searching of your bookmarks. Instead of only being able to search the titles of your bookmarks, now the entire pages are indexed automatically. Simply type 'bookmarks' in your Omnibox, hit tab, and away you go!                    

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

ชื่อ Omnimarkr Omnimarkr
ID pklgmphiapdicmpbgnjnhnlmjpbijlfp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/omnimarkr/pklgmphiapdicmpbgnjnhnlmjpbijlfp
คำอธิบาย Fuzzy search your bookmarks through the Omnibox
ขนาดไฟล์ 27.81 KB
จำนวนการติดตั้ง 13
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2015-02-10
วันที่เผยแพร่ 2015-02-09
คะแนน 4.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา JVillella
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://jvillella.com
URL หน้าช่วยเหลือ http://jvillella.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Omnimarkr",
    "description": "Fuzzy search your bookmarks through the Omnibox",
    "version": "1.0.2",
    "omnibox": {
        "keyword": "bookmarks"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "*:\/\/*\/*",
        "*:\/\/*\/*",
        "bookmarks",
        "storage",
        "unlimitedStorage"
    ],
    "background": {
        "scripts": [
            "fuse.js",
            "eventscript.js"
        ],
        "persistent": false
    }
}