LaterList
Temporary bookmark system for when you are just fed up of all those open tabs but don't like the commitment of bookmarks.
什么是LaterList?
LaterList是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Temporary bookmark system for when you are just fed up of all those open tabs but don't like the commitment of bookmarks.”。
扩展截图
下载LaterList扩展crx文件
下载LaterList扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | LaterList |
ID | ocaejnkpadbhiohieanbocfdpdhfhknd |
官方URL | https://chromewebstore.google.com/detail/laterlist/ocaejnkpadbhiohieanbocfdpdhfhknd |
简介 | Temporary bookmark system for when you are just fed up of all those open tabs but don't like the commitment of bookmarks. |
文件大小 | 29.85 KB |
安装次数 | 27 |
当前版本 | 0.9 |
更新时间 | 2014-07-13 |
上架时间 | 2014-07-13 |
开发者 | Unknown |
付费类型 | free |
支持的语言 | 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" } } |