No Duplicates

This extension will allow you to close duplicates of the same page

什麼是No Duplicates?

No Duplicates是由Joubin Jabbari開發的Chrome擴展程式,該擴展的主要功能是“This extension will allow you to close duplicates of the same page”。

擴展截圖

下載No Duplicates擴展crx文件

下載No Duplicates擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        No Duplicates helps you manage your tabs so you don't end up with dozens of duplicate tabs. 

No Duplicates will warn you when you open "Yet another tab" of a page you already have open. You can choose to close the others and keep this one open; close all and go to one; ... or just ignore it and have duplicated tabs :)

Source: https://github.com/joubin/No-Duplicates

New:
 - Added a means to pause the extension 
 - Shortened the notification questions 

Bug Fixes
 - Removed a whitelisting bug where the url was not being matched on subdomains                    

擴展基本資訊

名稱 No Duplicates No Duplicates
ID fpdinogpedcccjmbnkbgbnmaafobihgb
官方網址 https://chrome.google.com/webstore/detail/no-duplicates/fpdinogpedcccjmbnkbgbnmaafobihgb
簡介 This extension will allow you to close duplicates of the same page
檔案大小 15.32 KB
安裝次數 328
目前版本 0.35
更新時間 2018-12-10
上架時間 2018-12-10
評分 4.20/5 共 10 次評分
開發者 Joubin Jabbari
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "background": {
        "scripts": [
            "popup.js"
        ]
    },
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "options.html"
    },
    "content_security_policy": " default-src 'self' ; style-src https:\/\/maxcdn.bootstrapcdn.com\/bootstrap\/4.0.0-alpha.6\/css\/bootstrap.min.css; script-src 'self' https:\/\/code.jquery.com\/jquery-3.1.1.slim.min.js https:\/\/maxcdn.bootstrapcdn.com\/bootstrap\/4.0.0-alpha.6\/js\/bootstrap.min.js https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/tether\/1.4.0\/js\/tether.min.js",
    "description": "This extension will allow you to close duplicates of the same page",
    "icons": {
        "128": "logo.png",
        "16": "logo.png",
        "48": "logo.png"
    },
    "manifest_version": 2,
    "name": "No Duplicates",
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "tabs",
        "notifications",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.35"
}