Duplicate bookmarks remover

Removes duplicate bookmarks. Minimum permissions!

什么是Duplicate bookmarks remover?

Duplicate bookmarks remover是由unigresspro开发的Chrome扩展程序,该扩展的主要功能是“Removes duplicate bookmarks. Minimum permissions!”。

扩展截图

screenshot
screenshot

下载Duplicate bookmarks remover扩展crx文件

下载Duplicate bookmarks remover扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Bypasses all browser bookmarks, including mobile ones, and deletes with the same url.                    

扩展基本信息

名称 Duplicate bookmarks remover Duplicate bookmarks remover
ID cgcojlemehdnomhjpjagopenjklgjagp
官方URL https://chromewebstore.google.com/detail/duplicate-bookmarks-remov/cgcojlemehdnomhjpjagopenjklgjagp
简介 Removes duplicate bookmarks. Minimum permissions!
文件大小 453 KB
安装次数 1,611
当前版本 1.0
更新时间 2020-11-17
上架时间 2020-11-16
评分 4.25/5 共8次评分
开发者 unigresspro
电子邮箱 [email protected]
付费类型 free
支持的语言 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_application_title__",
    "description": "__MSG_application_description__",
    "version": "1.0",
    "permissions": [
        "bookmarks"
    ],
    "icons": {
        "16": "images\/icon\/delete_16.png",
        "32": "images\/icon\/delete_32.png",
        "48": "images\/icon\/delete_64.png",
        "128": "images\/icon\/delete_128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_title": "Removes duplicate bookmarks",
        "default_popup": "popup.html",
        "default_icon": "images\/icon\/delete_32.png"
    },
    "manifest_version": 2,
    "commands": []
}