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