Skwares
A better way to manage your bookmarks
What is Skwares?
Skwares is a Chrome extension developed by https://eric.viala.free.fr, and its main feature is "A better way to manage your bookmarks".
Extension Screenshots
Download Skwares Extension CRX File
Download Skwares extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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")
Extension Basic Information
Name | Skwares |
ID | koepapmllfahhfimhhkgfihkjgkndiog |
Official URL | https://chromewebstore.google.com/detail/skwares/koepapmllfahhfimhhkgfihkjgkndiog |
Description | A better way to manage your bookmarks |
File Size | 383 KB |
Installation Count | 11 |
Current Version | 2.0.2 |
Last Updated | 2016-04-21 |
Publish Date | 2016-04-21 |
Rating | 4.50/5 Total 2 Ratings |
Developer | https://eric.viala.free.fr |
Payment Type | free |
Extension Website | http://ericviala.github.io/Skwares/ |
Help Page URL | http://ericviala.github.io/Skwares/ |
Supported Languages | 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\/", " |