Akira

Akira is a Chrome extension for sorting -> viewing -> bookmarking/closing a bunch of tabs that are open on multiple windows.

Akira là gì?

Akira là một tiện ích mở rộng Chrome được phát triển bởi https://recoskyler.com, và tính năng chính của nó là "Akira is a Chrome extension for sorting -> viewing -> bookmarking/closing a bunch of tabs that are open on multiple windows.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

                        Google Chrome can use a lot of resources*, especially memory** if you have multiple tabs open. More resources used by Google Chrome means less resources available for other applications, which can make other applications, games, and Google Chrome itself slower. To solve this particular problem, you can either upgrade your computer's memory, in some cases processor; or you can close unnecessary tabs that are open in Google Chrome. That's where Akira comes in!

If you have a bunch of Chrome windows, with a bunch of open tabs, and you are afraid to tackle that huge mess of websites, just use Akira! You can group all open tabs by window/website, sort them alphabetically; then bookmark the important, and discard the unnecessary. If you accidentally close a tab/tabs, you can find and open them again from the "Recently Closed Tabs" section.


* Resources:

Each computer has:

- Processor (CPU): Performs all the calculations, executes all the instructions that make up a computer program. Google Chrome's usage of the processor is not that significant, but if your processor is low-end (netbook, ultrabook, budget notebook/desktop), then it may have an effect on the speed of your computer.

- Memory** (RAM): Stores data temporarily, until you shut down, reboot, or put your computer to sleep. This data can be pictures, programs, operating system itself, and Google Chrome tabs, and their content. The more tabs open, the more data is stored in the memory. All applications need some space in the memory to run, therefore if you try to run a game, or resource hungry application while there is low free space in the memory, the operating system/application will limit how much memory it will use. This can slow down your computer.                    

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

Tên Akira Akira
ID aibadljmbjbjogomfgkoaoaighnmdghp
URL Chính Thức https://chromewebstore.google.com/detail/akira/aibadljmbjbjogomfgkoaoaighnmdghp
Mô tả Akira is a Chrome extension for sorting -> viewing -> bookmarking/closing a bunch of tabs that are open on multiple windows.
Kích Thước Tệp 387 KB
Số Lần Cài Đặt 35
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2022-12-07
Ngày Phát Hành 2020-02-19
Nhà Phát Triển https://recoskyler.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://akira.recoskyler.com
URL Trang Trợ Giúp https://github.com/recoskyler/Akira
URL Trang Chính Sách Bảo Mật https://github.com/recoskyler/Akira/blob/master/privacy-policy.md
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Akira",
    "version": "1.0.2",
    "description": "Akira is a Chrome extension for sorting -> viewing -> bookmarking\/closing a bunch of tabs that are open on multiple windows.",
    "manifest_version": 2,
    "options_page": "options.html",
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png",
        "256": "images\/icon_256.png",
        "512": "images\/icon_512.png"
    },
    "permissions": [
        "background",
        "tabs",
        "storage",
        "bookmarks"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon_16.png",
            "32": "images\/icon_32.png",
            "48": "images\/icon_48.png",
            "128": "images\/icon_128.png",
            "256": "images\/icon_256.png",
            "512": "images\/icon_512.png"
        }
    }
}