Peeky - Chrome History Organizer

Peeky organizes your web history and helps you get to what you want.

Peeky - Chrome History Organizer là gì?

Peeky - Chrome History Organizer là một tiện ích mở rộng Chrome được phát triển bởi Peeky - Chrome History Organizer, và tính năng chính của nó là "Peeky organizes your web history and helps you get to what you want.".

Ả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 Peeky - Chrome History Organizer

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

                        Close all the tabs. Peeky will bring you back to the point

Introducing Peeky - No more sifting through numerous tabs to find your way back to where you left off. You can boost your productivity by remembering less and doing more. 

📍How it works

When you browse the internet or read an article, Peeky will organize the list where you visit. That way, you can power through interruptions and pick up right where you left off, without missing a beat.

⭐️Key Feature⭐️

SELF-ORGANIZED
Peeky automatically organizes the pages you visited, by keyword and app. No need for manual sorting.
    

NO MANUAL INTEGRATION
Peeky works with any app right after installation. Ready to use.
    

UNIVERSAL SEARCH
Centralize all the findings. No more back and forth.
    
👉 Check out our website for more information: https://getpeeky.app/

👉 We’d love to hear about your questions or feedback: [email protected]                    

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

Tên Peeky - Chrome History Organizer Peeky - Chrome History Organizer
ID ohfjcimfaifmlbiogjnlpoonlickgcei
URL Chính Thức https://chromewebstore.google.com/detail/peeky-chrome-history-orga/ohfjcimfaifmlbiogjnlpoonlickgcei
Mô tả Peeky organizes your web history and helps you get to what you want.
Kích Thước Tệp 44.91 MB
Số Lần Cài Đặt 166
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2023-08-25
Ngày Phát Hành 2023-05-13
Đánh Giá 5.00/5 Tổng số 12 Đánh Giá
Nhà Phát Triển Peeky - Chrome History Organizer
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://getpeeky.app
URL Trang Chính Sách Bảo Mật https://growdle.notion.site/Privacy-Policy-4eead54b71704a7685159d2f154266e9
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Peeky - Chrome History Organizer",
    "version": "1.2.0",
    "description": "Peeky organizes your web history and helps you get to what you want.",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgcoe6nl7GblHUaa8p2QlPBP9SYSrHZaoEEG1fT0bDswcfU\/addzZaf7vVotjFb9PKAaThlI8+c8Ajpv4d6i+RHIvybCs5CLi77piCcN\/RLxfok0SQX6lCO3otOtzBXTTDHPQ9l2lTtJ3pZFlx9OA50AwRTUC7w4GUrCHpy+hiMoV6fztgUrwARvBDw32IW7XDd\/jwkLKpJgCcFXoC+zG9C4JByjsTV8y2rUyPBm\/vM6qupeyNzXoQUOmjrEixj7mr1uLUlSBDye0BizuO1gvtoXNkA+FXTt4yQ4jdMstN2uZ4mqI5wGwepx8\/\/dDdKvIeG\/mZIkCcssOIGzp8h+b2QIDAQAB",
    "background": {
        "service_worker": "src\/extension\/background\/index.js",
        "type": "module"
    },
    "action": {
        "default_icon": "peeky_pavicon_32.png",
        "default_title": "Peeky"
    },
    "icons": {
        "32": "peeky_pavicon_32.png",
        "128": "peeky_pavicon_128.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Ctrl+E",
                "mac": "Command+E",
                "chromeos": "Ctrl+E",
                "linux": "Ctrl+E"
            }
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "src\/extension\/content\/index.js"
            ],
            "css": [
                "assets\/css\/contentStyle1692925072471.chunk.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "src\/extension\/popup\/index.html",
                "icon\/peeky.svg"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "history",
        "storage",
        "tabs"
    ],
    "chrome_url_overrides": {
        "newtab": "src\/extension\/newtab\/index.html"
    }
}