Clipboard Archive

Remember what you copied with Simple and Free Clipboard archive

Clipboard Archive là gì?

Clipboard Archive là một tiện ích mở rộng Chrome được phát triển bởi Minhaj Minni & Nihal Ahamed, và tính năng chính của nó là "Remember what you copied with Simple and Free Clipboard archive".

Ả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 Clipboard Archive

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

                        Clipboard Archive is an easy-to-use free chrome extension that will directly help you track your clipboard history and free your time from searching the source.

👉Page Source:
Helps you in redirecting to the source page from which the content was copied and it also has fav-icon to help you navigate the archived clipboards list.

👉Character Length: 
Helps the user in tracking the character length of each and every clipboard, so you don't have to go find other tools to find the character limit of your context.

👉Delete Clipboard History:
Delete all the clipboards by clicking the “Clear All” button on the top-right corner or delete the individual clipboard  by clicking the recycle action icon.

👉Safe & Secure Data:
We don't store any of your personal or private or clipboard information in our database , all of the clipboard data is stored in your local system which expires when you delete the clipboard archives. We no way possess any of your data for your safe and secure user journey.                    

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

Tên Clipboard Archive Clipboard Archive
ID pbdiacpehmcjhklkikdgmhpdjlgnlbad
URL Chính Thức https://chromewebstore.google.com/detail/clipboard-archive/pbdiacpehmcjhklkikdgmhpdjlgnlbad
Mô tả Remember what you copied with Simple and Free Clipboard archive
Kích Thước Tệp 59.65 KB
Số Lần Cài Đặt 245
Phiên Bản Hiện Tại 0.0.6
Cập Nhật Lần Cuối 2022-11-29
Ngày Phát Hành 2022-02-17
Đánh Giá 4.63/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Minhaj Minni & Nihal Ahamed
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",
    "name": "Clipboard Archive",
    "description": "Remember what you copied with Simple and Free Clipboard archive",
    "version": "0.0.6",
    "manifest_version": 3,
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Clipboard Archive",
        "default_icon": "icon.png"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ],
            "all_frames": true
        }
    ]
}