Search Incognito

Search Google in a new Incognito window

Search Incognito là gì?

Search Incognito là một tiện ích mở rộng Chrome được phát triển bởi https://searchincognito.blogspot.com, và tính năng chính của nó là "Search Google in a new Incognito window".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Search Incognito

Tải xuống các tệp mở rộng Search Incognito dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        How to Use Incognito Search
-------------------------------------------

1. Set your Google region from the top-right Search Incognito icon.
2. Select any text, right-click on it and Search Incognito.
3. In the Omnibox, type 'i ' and a search term then 'Enter'!

If there are any errors with your search region or with the app itself, let me know by providing your valuable feedback to help improve 'Search Incognito', thank you!

-------------------------------------------
Version History:
26/01/2014
v1.3.3
- Changed name from 'Incognito Search' to 'Search Incognito'.
- Reverted to Web Search only. (If you want specific search types e.g Images, Videos, please provide feedback as to which types you want to have as an option.)

21/01/2014
v1.3.2
- Fixed Omnibox not changing region.
- Crunched image sizes.

07/01/2014
v1.3.1 
- Fixed contextmenus and region save label.

23/12/2014
v1.3.0
- Added options for region-specific incognito searches.

16/12/2014
v1.1.0 
- Added functionality to Omnibox keyword "i".

v1.2.0 
- Added search types into the context menu.

15/12/2014
v1.0
- Removed permissions

14/12/2014
v0.7
- New logo.

v0.8 
- Omnibox keyword "i" added. (non-functional)

v0.9
- Manifest upgrade.

13/03/2012
v0.1 - v0.6
- 'Incognito Search' for text selection by context menu.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Search Incognito Search Incognito
ID hlcgjkbdmlnfmelambncafejbemlfodl
URL Chính Thức https://chromewebstore.google.com/detail/search-incognito/hlcgjkbdmlnfmelambncafejbemlfodl
Mô tả Search Google in a new Incognito window
Kích Thước Tệp 30.93 KB
Số Lần Cài Đặt 5,363
Phiên Bản Hiện Tại 1.3.5
Cập Nhật Lần Cuối 2015-04-19
Ngày Phát Hành 2015-04-19
Đánh Giá 3.98/5 Tổng số 44 Đánh Giá
Nhà Phát Triển https://searchincognito.blogspot.com
Loại Thanh Toán free
Trang Web Mở Rộng http://searchincognito.blogspot.com
URL Trang Trợ Giúp https://www.youtube.com/watch?v=Lt_lGJNxJW8
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Search Incognito",
    "description": "Search Google in a new Incognito window",
    "version": "1.3.5",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "omnibox": {
        "keyword": "i"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_security_policy": "default-src 'self'",
    "incognito": "split",
    "options_page": "popup.html",
    "browser_action": {
        "38": "img\/icon38.png",
        "default_title": "Search Incognito",
        "default_popup": "popup.html"
    }
}