Little Bookmark Box - Add to Inbox

Add a link directly to your Little Bookmark Box > Inbox.

ما هو Little Bookmark Box - Add to Inbox؟

Little Bookmark Box - Add to Inbox هو إضافة Chrome تم تطويرها بواسطة https://www.pointworks.de، والميزة الرئيسية لها هي "Add a link directly to your Little Bookmark Box > Inbox.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Little Bookmark Box - Add to Inbox

قم بتنزيل ملفات الامتداد Little Bookmark Box - Add to Inbox بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        ••• Requires Little Bookmark Box App for Mac OS X •••

This extension makes it easy to bookmark the page you are viewing with a single click.
The bookmark will be created in your Little Bookmark Box > Inbox.

For more information and a free trial version of the Little Bookmark Box App, visit:
http://www.pointworks.de/software/little-bookmark-box/                    

معلومات أساسية عن التمديد

الاسم Little Bookmark Box - Add to Inbox Little Bookmark Box - Add to Inbox
ID kecofeefojipgifkamkhodblhhedakaf
عنوان URL الرسمي https://chromewebstore.google.com/detail/little-bookmark-box-add-t/kecofeefojipgifkamkhodblhhedakaf
الوصف Add a link directly to your Little Bookmark Box > Inbox.
حجم الملف 41.98 KB
عدد التثبيتات 78
النسخة الحالية 1.1
آخر تحديث 2016-05-02
تاريخ النشر 2016-05-01
المطور https://www.pointworks.de
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://www.pointworks.de/software/little-bookmark-box/
عنوان صفحة المساعدة http://www.pointworks.de/software/little-bookmark-box/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Little Bookmark Box - Add to Inbox",
    "description": "Add a link directly to your Little Bookmark Box > Inbox.",
    "version": "1.1",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Add a link directly to your Little Bookmark Box > Inbox",
        "default_icon": "small_icon.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "icons": {
        "128": "lbb_128.png",
        "16": "lbb_16.png",
        "48": "lbb_48.png"
    }
}