Locker Extension

Add current URL to Locker.

Apa itu Locker Extension?

Locker Extension adalah ekstensi Chrome yang dikembangkan oleh http://getlocker.herokuapp.com, dan fitur utamanya adalah "Add current URL to Locker.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Locker Extension

Unduh file ekstensi Locker Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Locker Extension Locker Extension
ID echcameeafciikhiedhllacbfkoialdp
URL Resmi https://chrome.google.com/webstore/detail/locker-extension/echcameeafciikhiedhllacbfkoialdp
Deskripsi Add current URL to Locker.
Ukuran File 11.7 KB
Jumlah Instalasi 123
Versi Saat Ini 0.3
Terakhir Diperbarui 2015-12-15
Tanggal Publikasi 2015-12-15
Pengembang http://getlocker.herokuapp.com
Tipe Pembayaran free
Bahasa yang Didukung 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:\/\/*\/*"
    ]
}