LaterList
Temporary bookmark system for when you are just fed up of all those open tabs but don't like the commitment of bookmarks.
Wat is LaterList?
LaterList is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Temporary bookmark system for when you are just fed up of all those open tabs but don't like the commitment of bookmarks.".
Extensie Screenshots
Download het CRX-bestand van de extensie LaterList
Download LaterList-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | LaterList |
ID | ocaejnkpadbhiohieanbocfdpdhfhknd |
Officiële URL | https://chromewebstore.google.com/detail/laterlist/ocaejnkpadbhiohieanbocfdpdhfhknd |
Beschrijving | Temporary bookmark system for when you are just fed up of all those open tabs but don't like the commitment of bookmarks. |
Bestandsgrootte | 29.85 KB |
Aantal Installaties | 27 |
Huidige Versie | 0.9 |
Laatst Bijgewerkt | 2014-07-13 |
Publicatiedatum | 2014-07-13 |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |