Blink

Organize your work in progress

Blink là gì?

Blink là một tiện ích mở rộng Chrome được phát triển bởi The Blink Team, và tính năng chính của nó là "Organize your work in progress".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Blink 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

                        Save Time
When you structure your browsing experience with Boards, you’ll work faster and stop wasting time switching between different types of work. Quickly get to only what you need, and keep what you don’t need ready in the background. 


Tame Your Tabs 
Never worry about tab overload again. Blink makes it super simple to close and re-open Boards and links  - no more fear of closing something that you want to look at later. Occasionally, Blink will suggest pages for you to close. You can also move a page to another board at any time in the popup - keep things organized on the fly, and keep your browser tabs from blowing up.


How does Blink Work? 
Blink turns browser windows into Boards.  You can customize Boards with a name, description, and emoji. Create boards by opening a new window, or clicking the “+” button. These are a great way to keep your work online synced with the way you work; create Boards for projects, To Dos, reading list, inspiration - however you need to focus! You can easily switch between boards with shortcuts in the popup or new tab page, or use search instead.

Blink replaces your New Tab page in Chrome; click New Tab or use “Command T" on your keyboard. This is the full Blink experience, and is great for managing boards and searching for a specific link to visit or share. Click the Blink icon in the Chrome toolbar or use “Command-Period” on the keyboard to summon the Pop Up; this is great for rapidly visiting another link or board, and quickly closing sets of open links. Tip: Use your Arrow Keys & Enter Key to navigate using only your keyboard. You can also use the Spacebar to select pages for closing them.

Blink’s search, accessible on the New Tab page, is a convenient place for navigating directly to specific links, which you can copy or navigate to directly. Search registers links in open boards, closed links that you’ve viewed in the past, and if you authorize Blink to integrate with Slack & gMail, links that you share or are shared with you. 

Blink treats your browsing as a first-class citizen. It records the closed pages inside each board, so you can close pages without worrying about losing them, and move them to other boards or find them in search. Over time, Blink will learn from how you use the browser to deliver better search rankings and make suggestions to discard or sort tabs.                    

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

Tên Blink Blink
ID jgnbmndipgkkiedmlkpkonbppmfjjial
URL Chính Thức https://chrome.google.com/webstore/detail/blink/jgnbmndipgkkiedmlkpkonbppmfjjial
Mô tả Organize your work in progress
Kích Thước Tệp 1.3 MB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 0.16.0
Cập Nhật Lần Cuối 2020-08-03
Ngày Phát Hành 2020-07-06
Đánh Giá 3.83/5 Tổng số 6 Đánh Giá
Nhà Phát Triển The Blink Team
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.blinkapp.io/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Blink",
    "version": "0.16.0",
    "description": "Organize your work in progress",
    "permissions": [
        "history",
        "idle",
        "storage",
        "tabs",
        "chrome:\/\/favicon\/",
        "https:\/\/tab.dynamo-sandbox.com\/*"
    ],
    "optional_permissions": [
        "identity"
    ],
    "oauth2": {
        "client_id": "61605556451-6i0fqg8501e4m25fp6fh6ui06cn582qb.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/gmail.readonly"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmD2K+RBSsh0PROHy1J4i\/7EEgcwVsCdQAOAGmI0p66fL11adDTCKX2t506+M7oOnXCaZbfsg+J9\/8QBnKauTc2pCozNwIQx0PiZE6WJUJwaFLs3rrznuqPmvjbhFNNWlF1Cbh7CV0AZOTvEHMP2yWUimRuTSoU+67V6L9HREQlKIduJwyk7po7YFlrNO7Hyw12t9pQsDjrwkXJqOlfmSs5l1GPoWubvuoVNsHpJJVpIhY9x8Ob3qt6h7pO1W4863J7H7NnHucpcT6aq5MatO4pQ+ebo0M7+oirvnJ2\/3fB5j4gJDAtCj7z6GnSOJ8LH4FjDvLJpGesipcD\/j0I95IQIDAQAB",
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'",
    "background": {
        "page": "background.html"
    },
    "chrome_url_overrides": {
        "newtab": "new_tab.html"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "new_tab.html"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.dynamo-sandbox.com\/*"
        ]
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Period",
                "mac": "Command+Period",
                "chromeos": "Ctrl+Period",
                "linux": "Ctrl+Period"
            }
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 2
}