Quick Links
save links to get a quick access
什么是Quick Links?
Quick Links是由javier villarreal开发的Chrome扩展程序,该扩展的主要功能是“save links to get a quick access”。
扩展截图
下载Quick Links扩展crx文件
下载Quick Links扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension let you save links when you are exploring the web. You can save all tabs open, or the actual tab for checking it after, then you can save the pages that you have a daily access or others... The application provides you a little list with the pages that you have saved. For example supose that you have a lot of tabs open and you have to go out now, you can use it for a quick save. I hope you like it. Thanks. ************ VERSION 3.2 PUBLISHED ************** NEW: - Option menu. - Edit links added. - Show complete links. - Show label information -> label icon with the number of links. ******* OTHERS ********************* Do you want to make notes? check the extension MyNotesApp https://chrome.google.com/webstore/detail/dekfkaejjjbaanacipopikcebhmjplce
扩展基本信息
名称 | Quick Links |
ID | aegkifofjmpcimhejjpjhafihlcpcifl |
官方URL | https://chromewebstore.google.com/detail/quick-links/aegkifofjmpcimhejjpjhafihlcpcifl |
简介 | save links to get a quick access |
文件大小 | 12.32 KB |
安装次数 | 452 |
当前版本 | 3.2.4 |
更新时间 | 2013-07-21 |
上架时间 | 2013-07-21 |
评分 | 4.33/5 共9次评分 |
开发者 | javier villarreal |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Quick Links", "version": "3.2.4", "description": "save links to get a quick access", "permissions": [ "tabs" ], "browser_action": { "default_icon": "iconoBarra.png", "default_popup": "index.html" } } |