404 Bookmark Remover
Get a list of your unavailable, old bookmarks and remove them with ease!
什么是404 Bookmark Remover?
404 Bookmark Remover是由Vengel Studio开发的Chrome扩展程序,该扩展的主要功能是“Get a list of your unavailable, old bookmarks and remove them with ease!”。
扩展截图
下载404 Bookmark Remover扩展crx文件
下载404 Bookmark Remover扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
❓ Ever wanted to remove all your outdated bookmarks, but you were too lazy to do it by yourself?
Our extension will:
✔ check if your bookmarks are available
✔ show you a list of them, allowing you to remove them
✔ display a fancy chart!
No changes are made without your approval. 扩展基本信息
| 名称 | |
| ID | kmfodfcddbcokegecplfbchfgfldnjpd |
| 官方URL | https://chrome.google.com/webstore/detail/404-bookmark-remover/kmfodfcddbcokegecplfbchfgfldnjpd |
| 简介 | Get a list of your unavailable, old bookmarks and remove them with ease! |
| 文件大小 | 175 KB |
| 安装次数 | 707 |
| 当前版本 | 2.0.1 |
| 更新时间 | 2018-10-06 |
| 上架时间 | 2018-10-06 |
| 评分 | 2.50/5 共14次评分 |
| 开发者 | Vengel Studio |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "404 Bookmark Remover",
"description": "Get a list of your unavailable, old bookmarks and remove them with ease!",
"version": "2.0.1",
"permissions": [
"storage",
"bookmarks",
"tabs",
"activeTab",
"https:\/\/*\/",
"http:\/\/*\/"
],
"background": {
"scripts": [
"js\/background.js"
],
"persistent": false
},
"icons": {
"16": "img\/icon16.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"browser_action": {
"default_icon": {
"19": "img\/icon48.png",
"38": "img\/icon48.png"
},
"default_popup": "popup.html"
},
"web_accessible_resources": [
"img\/icon128.png"
]
} | |