LaterList
Temporary bookmark system for when you are just fed up of all those open tabs but don't like the commitment of bookmarks.
What is LaterList?
LaterList is a Chrome extension developed by Unknown, and its main feature is "Temporary bookmark system for when you are just fed up of all those open tabs but don't like the commitment of bookmarks.".
Extension Screenshots
Download LaterList Extension CRX File
Download LaterList 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
Extension Basic Information
Name | LaterList |
ID | ocaejnkpadbhiohieanbocfdpdhfhknd |
Official URL | https://chromewebstore.google.com/detail/laterlist/ocaejnkpadbhiohieanbocfdpdhfhknd |
Description | Temporary bookmark system for when you are just fed up of all those open tabs but don't like the commitment of bookmarks. |
File Size | 29.85 KB |
Installation Count | 27 |
Current Version | 0.9 |
Last Updated | 2014-07-13 |
Publish Date | 2014-07-13 |
Developer | Unknown |
Payment Type | free |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LaterList", "description": "Temporary bookmark system for when you are just fed up of all those open tabs but don't like the commitment of bookmarks.", "version": "0.9", "permissions": [ "tabs", "storage", "contextMenus" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |