Websets
Save a set of webpages to be opened at any time of need. :)
What is Websets?
Websets is a Chrome extension developed by Aniket144, and its main feature is "Save a set of webpages to be opened at any time of need. :)".
Extension Screenshots
Download Websets Extension CRX File
Download Websets 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
The extension can be used to bookmark a particular set of pages (a WebSet), which can be opened all at once whenever needed.
Extension Basic Information
Name | Websets |
ID | ofocophlnmajodcaigafjphidjcolaaf |
Official URL | https://chromewebstore.google.com/detail/websets/ofocophlnmajodcaigafjphidjcolaaf |
Description | Save a set of webpages to be opened at any time of need. :) |
File Size | 11.96 KB |
Installation Count | 12 |
Current Version | 1.0 |
Last Updated | 2017-10-26 |
Publish Date | 2017-10-26 |
Rating | 5.00/5 Total 4 Ratings |
Developer | Aniket144 |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Websets", "description": "Save a set of webpages to be opened at any time of need. :)", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "storage" ] } |