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
官方網址 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": []
}