Pinned History

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

Apa itu Pinned History?

Pinned History adalah ekstensi Chrome yang dikembangkan oleh KennyDaren.me, dan fitur utamanya adalah "Browse your surfed website history and pin your favorites via search phrases for easy access".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Pinned History

Unduh file ekstensi Pinned History dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Pinned History Pinned History
ID ifichafnngdnbgeingpbngicfahcijme
URL Resmi https://chromewebstore.google.com/detail/pinned-history/ifichafnngdnbgeingpbngicfahcijme
Deskripsi Browse your surfed website history and pin your favorites via search phrases for easy access
Ukuran File 19.36 KB
Jumlah Instalasi 23
Versi Saat Ini 1.0
Terakhir Diperbarui 2019-06-02
Tanggal Publikasi 2019-06-01
Penilaian 5.00/5 Total 1 Penilaian
Pengembang KennyDaren.me
Tipe Pembayaran free
Situs Ekstensi https://github.com/KennyDaren/chrome-pinned-history
URL Halaman Bantuan https://github.com/KennyDaren/chrome-pinned-history
Bahasa yang Didukung 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"
    }
}