Great Barrier

Helps you keep your trusted sites away from the rest by redirecting links (i.e., from email) to Incognito windows.

什么是Great Barrier?

Great Barrier是由Great Barrier开发的Chrome扩展程序,该扩展的主要功能是“Helps you keep your trusted sites away from the rest by redirecting links (i.e., from email) to Incognito windows.”。

扩展截图

screenshot
screenshot

下载Great Barrier扩展crx文件

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

扩展使用说明

                        Have you ever followed a link from an email without thinking about it, only to be brought to a site full of ads and other nonsense which you would rather not have anywhere near your trusted sites?  If this sounds like something that bothers you, then this extension is what you've been looking for.

Great Barrier lets you maintain a whitelist of sites which you trust and/or use on a regular basis. If you follow a link to a non-whitelisted site, Great Barrier will redirect it to an Incognito window instead, isolating it from any sensitive sessions you may have open.

****

What's new:

0.94
----
* Added ability to save redirected links to browser history (disabled by default). If you like to use history auto-complete while browsing, you can enable this feature to have the extension save URLs to your browser's history just before redirecting them to Incognito windows. Of course, once you are Incognito, Chrome will discard all further navigation you may undertake. Adding this feature required the addition of the History permission to the extension.

****

This extension is open-source and is freely available by following the Website Link from the Chrome Web Store. This extension does not record, store or transmit any personal information or browsing history information. Your settings may be synchronized with Google's servers but are not accessible to the authors of this extension.

Great Barrier was created by Gregory Bint and Gehana Booth of Carleton University, Canada, as part of a usable security project (right about now you may be getting a sense of where the name came from). The project was motivated by the authors' interest in "Separated Browsing", a mindset which aims to keep advertising and other tracking technologies from interacting with sensitive personal information. The lovely artwork was provided by Rachel Robertson.

Often, separated browsing is accomplished by simply using more than one browser; one for sensitive sites, and another for general browsing. However, even for a motivated individual, this separation can easily be foiled by something as simple as following a link from an email message when in a hurry or when otherwise distracted. This extension aims to provide for seamless, automatic separation of web browsing, while reducing or eliminating the need for the user to be constantly thoughtful of where each link is headed.

If you have any questions or feedback about this extension, separated browsing in general, or would like to contribute to our study, please contact us at [email protected] or [email protected]                    

扩展基本信息

名称 Great Barrier Great Barrier
ID gkjjcdpmfhophcnjekdnmlkiffgncioo
官方URL https://chromewebstore.google.com/detail/great-barrier/gkjjcdpmfhophcnjekdnmlkiffgncioo
简介 Helps you keep your trusted sites away from the rest by redirecting links (i.e., from email) to Incognito windows.
文件大小 79.17 KB
安装次数 14
当前版本 0.94
更新时间 2014-04-11
上架时间 2014-04-11
评分 5.00/5 共1次评分
开发者 Great Barrier
付费类型 free
扩展官网 https://github.com/kabourneeak/greatbarrier
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Great Barrier",
    "short_name": "Great Barrier",
    "version": "0.94",
    "description": "Helps you keep your trusted sites away from the rest by redirecting links (i.e., from email) to Incognito windows.",
    "icons": {
        "16": "icon_gate_aok_16px.png",
        "48": "icon_gate_aok_48px.png",
        "128": "icon_gate_aok_128px.png"
    },
    "browser_action": {
        "default_icon": "icon_gate_questionmark_19px.png",
        "default_title": "Great Barrier",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "common.js",
            "bg.js"
        ],
        "persistent": true
    },
    "options_page": "options.html",
    "permissions": [
        "notifications",
        "storage",
        "tabs",
        "history",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}