Quick Cards

Quick Cards is a replacement of new tab and provides simple way to store To Do items or bookmarks in alternative storage

Quick Cards là gì?

Quick Cards là một tiện ích mở rộng Chrome được phát triển bởi RatOps Group, và tính năng chính của nó là "Quick Cards is a replacement of new tab and provides simple way to store To Do items or bookmarks in alternative storage".

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

screenshot
screenshot
screenshot
screenshot

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

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

                        Quick Cards is easy to use and always handy tool to increase your productivity.

This is achieved by Quick Card Extension replacing your new tab of your web browser.
You still can just press CTRL+T and write what you are searching for or direct URL as you used to - this is not anyhow affected, but thanks to that, you always have on your eyes actions you need to take.

All your cards and bookmarks are stored in browser synchronized storage, that means as long as you are synchronizing your browser data, you will see your cards and bookmarks on every computer where you are logged in.

Quick Cards additionally offer option to store your bookmarks, which for whatever reason you don't want to include among default browser bookmark storage, e.g. to separate business links from your private ones.

With Quick Cards you currently can:
- create cards (to do items)
- create your own phases/sections for your cards
- drag and drop your cards to any section you want for better organization
- edit or delete your cards and your phases as needed anytime
- you can edit, delete or mark your card as completed easily

- create bookmarks in alternative storage
- create very basic folder structure for your bookmarks
- organize your bookmarks by simple drag&drop
- edit/delete your bookmarks by simple drag&drop


This extension is still under construction yet some items are to be finished like:
- cards sorting by due date
- folder sorting
- bookmark sorting
- bookmark search - that's why "keywords" field is there :-)
- add possibility to export/import specific bookmark folders (could be useful to share business related bookmarks easily with your colleagues/newcomers in your team)

In case you have any idea what else might be useful to have handy, please let me know via comment or email                    

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

Tên Quick Cards Quick Cards
ID ifdfpkamfmgckkbklnppmddggaibddeo
URL Chính Thức https://chromewebstore.google.com/detail/quick-cards/ifdfpkamfmgckkbklnppmddggaibddeo
Mô tả Quick Cards is a replacement of new tab and provides simple way to store To Do items or bookmarks in alternative storage
Kích Thước Tệp 528 KB
Số Lần Cài Đặt 16
Phiên Bản Hiện Tại 0.9.3
Cập Nhật Lần Cuối 2018-07-27
Ngày Phát Hành 2018-07-26
Nhà Phát Triển RatOps Group
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Martin Holan",
    "manifest_version": 2,
    "name": "Quick Cards",
    "short_name": "Quick Cards",
    "version": "0.9.3",
    "description": "Quick Cards is a replacement of new tab and provides simple way to store To Do items or bookmarks in alternative storage",
    "web_accessible_resources": [
        "scripts\/*",
        "pages\/*",
        "assets\/*"
    ],
    "icons": {
        "32": "assets\/ico32.png",
        "64": "assets\/ico64.png",
        "128": "assets\/ico128.png"
    },
    "browser_action": {
        "default_icon": {
            "32": "assets\/ico32.png",
            "64": "assets\/ico64.png",
            "128": "assets\/ico128.png"
        },
        "default_title": "Quick Cards",
        "default_popup": "pages\/action.html"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "chrome_url_overrides": {
        "newtab": "pages\/main.html"
    }
}