LinkList
Stop crowding your bookmark bar with disposable links you only want temporarily. Save links in a searchable list to view later.
什么是LinkList?
LinkList是由SpaceBake开发的Chrome扩展程序,该扩展的主要功能是“Stop crowding your bookmark bar with disposable links you only want temporarily. Save links in a searchable list to view later.”。
扩展截图
下载LinkList扩展crx文件
下载LinkList扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
If you often find yourself coming across an article you'd like to read, or a page you'd like to visit, but you don't want to clog up your bookmark bar with links that you only want to keep temporarily, then this extension is for you. LinkList is a lightweight and simple link saving extension, it doesn't drown you in features you'll never use. It does exactly what it says on the tin. Features: -Save and Delete links -Search bar for finding your links quickly -Link counter -Storage-space indicator bar -Light and Dark themes I started learning to code a few months ago and wrote this extension as some fun practice. I hope you find it useful.
扩展基本信息
名称 | |
ID | mbhapkbkigmglmolblcndoinnhiamnkk |
官方URL | https://chrome.google.com/webstore/detail/linklist/mbhapkbkigmglmolblcndoinnhiamnkk |
简介 | Stop crowding your bookmark bar with disposable links you only want temporarily. Save links in a searchable list to view later. |
文件大小 | 190 KB |
安装次数 | 48 |
当前版本 | 1.1.3 |
更新时间 | 2016-02-17 |
上架时间 | 2016-02-17 |
评分 | 2.00/5 共2次评分 |
开发者 | SpaceBake |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LinkList", "manifest_version": 2, "version": "1.1.3", "description": "Stop crowding your bookmark bar with disposable links you only want temporarily. Save links in a searchable list to view later.", "browser_action": { "default_icon": "images\/icon48.png", "default_title": "LinkList", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage", "tabs" ], "icons": { "128": "images\/icon128.png", "48": "images\/icon128.png", "16": "images\/icon48.png" } } |