Locker Extension

Add current URL to Locker.

Locker Extensionคืออะไร?

Locker Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://getlocker.herokuapp.com และคุณลักษณะหลักของมันคือ "Add current URL to Locker."

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

screenshot
screenshot

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

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

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

                        Locker Extension is for users of the Locker web app. By adding this extension they can add a URL to their Locker from anywhere on the web just by clicking and verifying their email address. 

When returning to getlocker.herokuapp.com, users will see that all Items successfully added to Locker via the extension will be at the top of their list.                    

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

ชื่อ Locker Extension Locker Extension
ID echcameeafciikhiedhllacbfkoialdp
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/locker-extension/echcameeafciikhiedhllacbfkoialdp
คำอธิบาย Add current URL to Locker.
ขนาดไฟล์ 11.7 KB
จำนวนการติดตั้ง 123
เวอร์ชันปัจจุบัน 0.3
อัปเดตครั้งล่าสุด 2015-12-15
วันที่เผยแพร่ 2015-12-15
ผู้พัฒนา http://getlocker.herokuapp.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Locker Extension",
    "version": "0.3",
    "description": "Add current URL to Locker.",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "event.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}