Locker Extension

Add current URL to Locker.

Locker Extensionとは何ですか?

Locker Extensionはhttp://getlocker.herokuapp.comによって開発されたChromeの拡張機能で、その主な機能は「Add current URL to Locker.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Locker Extension拡張機能のCRXファイルをダウンロード

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:\/\/*\/*"
    ]
}