Little Bookmark Box - Modify and Add

Modify & Add a link to your Little Bookmark Box.

ما هو Little Bookmark Box - Modify and Add؟

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

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

screenshot

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

قم بتنزيل ملفات الامتداد Little Bookmark Box - Modify and Add بتنسيق 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.
You can select the Box, add a note, add tags, or change the title.

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 - Modify and Add Little Bookmark Box - Modify and Add
ID hpegpphipfkpcbjbmahcjnmfcbkagcgj
عنوان URL الرسمي https://chromewebstore.google.com/detail/little-bookmark-box-modif/hpegpphipfkpcbjbmahcjnmfcbkagcgj
الوصف Modify & Add a link to your Little Bookmark Box.
حجم الملف 42.02 KB
عدد التثبيتات 60
النسخة الحالية 1.1
آخر تحديث 2016-05-02
تاريخ النشر 2016-05-01
تقييم 3.00/5 مجموع تقييمات 1
المطور 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 - Modify and Add",
    "description": "Modify & Add a link to your Little Bookmark Box.",
    "version": "1.1",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Modify & Add a link to your Little Bookmark Box",
        "default_icon": "small_icon_plus.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "icons": {
        "128": "lbb_128.png",
        "16": "lbb_16.png",
        "48": "lbb_48.png"
    }
}