LaterList
Temporary bookmark system for when you are just fed up of all those open tabs but don't like the commitment of bookmarks.
Vad är LaterList?
LaterList är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Temporary bookmark system for when you are just fed up of all those open tabs but don't like the commitment of bookmarks.".
Tilläggsskärmbilder
Ladda ner LaterList-förlängningens CRX-fil
Ladda ner LaterList-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
Namn | LaterList |
ID | ocaejnkpadbhiohieanbocfdpdhfhknd |
Officiell webbadress | https://chromewebstore.google.com/detail/laterlist/ocaejnkpadbhiohieanbocfdpdhfhknd |
Beskrivning | Temporary bookmark system for when you are just fed up of all those open tabs but don't like the commitment of bookmarks. |
Filstorlek | 29.85 KB |
Antal Installationer | 27 |
Aktuell Version | 0.9 |
Senast Uppdaterad | 2014-07-13 |
Publiceringsdatum | 2014-07-13 |
Utvecklare | Unknown |
Betalningssätt | free |
Stödda Språk | 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" } } |