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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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