Pinned History

Browse your surfed website history and pin your favorites via search phrases for easy access

Pinned History là gì?

Pinned History là một tiện ích mở rộng Chrome được phát triển bởi KennyDaren.me, và tính năng chính của nó là "Browse your surfed website history and pin your favorites via search phrases for easy access".

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

screenshot
screenshot

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

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

                        Simply add your phrases for searching and quickly view your history.

Is it safe? Yes, it is. This extension only access your browser history for show in extension window, your history is safe and is NOT shared anywhere.

This extension is made as Open Source Software, anyone can see source code.                    

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

Tên Pinned History Pinned History
ID ifichafnngdnbgeingpbngicfahcijme
URL Chính Thức https://chromewebstore.google.com/detail/pinned-history/ifichafnngdnbgeingpbngicfahcijme
Mô tả Browse your surfed website history and pin your favorites via search phrases for easy access
Kích Thước Tệp 19.36 KB
Số Lần Cài Đặt 23
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2019-06-02
Ngày Phát Hành 2019-06-01
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển KennyDaren.me
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/KennyDaren/chrome-pinned-history
URL Trang Trợ Giúp https://github.com/KennyDaren/chrome-pinned-history
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pinned History",
    "version": "1.0",
    "permissions": [
        "storage",
        "history"
    ],
    "description": "Browse your surfed website history and pin your favorites via search phrases for easy access",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    }
}