Skwares

A better way to manage your bookmarks

ما هو Skwares؟

Skwares هو إضافة Chrome تم تطويرها بواسطة https://eric.viala.free.fr، والميزة الرئيسية لها هي "A better way to manage your bookmarks".

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

screenshot

تحميل ملف CRX للإضافة Skwares

قم بتنزيل ملفات الامتداد Skwares بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Shows your bookmarks in the form of large square icons in nested tab panels, enabling to see them all at a glance.

You can organize them as you see fit, moving them around or drop them on another panel.

Each skware is complemented with a thumbnail-size snapshot of the corresponding web site, aiding in rapid visual recognition.

Right-click to edit or suppress.

("Skwares" is of course pronouced like "squares")                    

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

الاسم Skwares Skwares
ID koepapmllfahhfimhhkgfihkjgkndiog
عنوان URL الرسمي https://chromewebstore.google.com/detail/skwares/koepapmllfahhfimhhkgfihkjgkndiog
الوصف A better way to manage your bookmarks
حجم الملف 383 KB
عدد التثبيتات 11
النسخة الحالية 2.0.2
آخر تحديث 2016-04-21
تاريخ النشر 2016-04-21
تقييم 4.50/5 مجموع تقييمات 2
المطور https://eric.viala.free.fr
نوع الدفع free
موقع الإضافة http://ericviala.github.io/Skwares/
عنوان صفحة المساعدة http://ericviala.github.io/Skwares/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Skwares",
    "version": "2.0.2",
    "description": "A better way to manage your bookmarks",
    "icons": {
        "32": "icons\/skwares-32.png",
        "48": "icons\/skwares-48.png"
    },
    "author": "\u00c9ric Viala",
    "background": {
        "scripts": [
            "background.js",
            "thumbs.js",
            "database.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "activeTab",
        "bookmarks",
        "chrome:\/\/favicon\/",
        ""
    ],
    "browser_action": {
        "default_icon": {
            "19": "icons\/skwares-32.png"
        },
        "default_title": "Skwares"
    }
}