Skwares

A better way to manage your bookmarks

Skwares क्या है?

Skwares https://eric.viala.free.fr द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A better way to manage your bookmarks"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Skwares एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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/
सहायता पृष्ठ URL 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"
    }
}