EasyAccess

Provide easy access to bookmarks

EasyAccessคืออะไร?

EasyAccess เป็นส่วนขยายของ Chrome ที่พัฒนาโดย arathunku และคุณลักษณะหลักของมันคือ "Provide easy access to bookmarks"

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

screenshot

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

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

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

                        Easy access to your bookmarks.

Press CTRL + P on any site and start typing. 

You can change the shortcut in the settings. You can even define sequenes to open input box like: 'p p' or 'ctrl+p p'.

ROADMAP:
 - add new icon
 - add searching through open tabs
 - add searching through history


Contact, questions: https://twitter.com/arathunku

Code available: https://github.com/arathunku/EasyAccess                    

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

ชื่อ EasyAccess EasyAccess
ID eglfbifmfncbdeekilocghogomnkilbh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/easyaccess/eglfbifmfncbdeekilocghogomnkilbh
คำอธิบาย Provide easy access to bookmarks
ขนาดไฟล์ 46.75 KB
จำนวนการติดตั้ง 25
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2014-06-01
วันที่เผยแพร่ 2014-06-01
ผู้พัฒนา arathunku
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EasyAccess",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Provide easy access to bookmarks",
    "homepage_url": "http:\/\/twitter.com\/arathunku",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "options_page": "src\/options\/index.html",
    "permissions": [
        "storage",
        "bookmarks",
        "tabs",
        ""
    ],
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "src\/inject\/inject.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/vendor\/mousetrap.min.js",
                "src\/inject\/inject.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "src\/inject\/inject.html",
        "js\/options.js",
        "js\/vendor\/mousetrap.min.js.js",
        "js\/vendor\/mousetrap-record.min.js.js"
    ]
}