Link Saver & Organizer
This link saver helps you save time by storing your links onto your local storage with one click of a button.
什么是Link Saver & Organizer?
Link Saver & Organizer是由nayobaez.extension开发的Chrome扩展程序,该扩展的主要功能是“This link saver helps you save time by storing your links onto your local storage with one click of a button.”。
扩展截图
下载Link Saver & Organizer扩展crx文件
下载Link Saver & Organizer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Quick Guide:
- Enter your link manually and save by clicking on "Save Input"
- Click on "Save tab" to save link directly from the browser tab
- The "Delete all" button removes all saved links at once
- The "trashcan Icon" removed that specific link
- The "copy Icon" will copy that specific link
I am currently working on a new interface and features, which will include the possibility to rename links, categorize them by collection and drag and drop them. 扩展基本信息
| 名称 | |
| ID | piedjnegjpggigjblhjljpkngabjnigg |
| 官方URL | https://chromewebstore.google.com/detail/link-saver-organizer/piedjnegjpggigjblhjljpkngabjnigg |
| 简介 | This link saver helps you save time by storing your links onto your local storage with one click of a button. |
| 文件大小 | 828 KB |
| 安装次数 | 63 |
| 当前版本 | 1.1 |
| 更新时间 | 2022-12-20 |
| 上架时间 | 2022-12-14 |
| 开发者 | nayobaez.extension |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"version": "1.1",
"name": "Link Saver & Organizer",
"action": {
"default_popup": "index.html",
"default_icon": "Linksaver-icon.png"
},
"description": "This link saver helps you save time by storing your links onto your local storage with one click of a button.",
"permissions": [
"tabs"
]
} | |