reddit BookMarker

This extension lets you view and easily search through your Reddit user history (saved links, liked, etc).

Apa itu reddit BookMarker?

reddit BookMarker adalah ekstensi Chrome yang dikembangkan oleh euri.ayala, dan fitur utamanya adalah "This extension lets you view and easily search through your Reddit user history (saved links, liked, etc).".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi reddit BookMarker

Unduh file ekstensi reddit BookMarker 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

                        Wish you could easily search through your reddit saved and liked posts history? With the wealth of information that is posted to reddit every single day, having an easily accessed and curated list of your most loved posts can be really handy. This extension lets you view and easily search through your reddit user history (saved and liked posts). You can also export your posts to your Chrome bookmarks for your enjoyment even if you're not logged in.                    

Informasi Dasar Ekstensi

Nama reddit BookMarker reddit BookMarker
ID pbekkkoddoolckpnbmhcgipoeeahkdnb
URL Resmi https://chromewebstore.google.com/detail/reddit-bookmarker/pbekkkoddoolckpnbmhcgipoeeahkdnb
Deskripsi This extension lets you view and easily search through your Reddit user history (saved links, liked, etc).
Ukuran File 2.16 MB
Jumlah Instalasi 73
Versi Saat Ini 1.0
Terakhir Diperbarui 2014-12-16
Tanggal Publikasi 2014-12-15
Pengembang euri.ayala
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "reddit BookMarker",
    "description": "This extension lets you view and easily search through your Reddit user history (saved links, liked, etc).",
    "version": "1.0",
    "permissions": [
        "bookmarks",
        "cookies",
        "",
        "https:\/\/ssl.reddit.com\/*",
        "http:\/\/www.reddit.com\/*",
        "https:\/\/www.reddit.com\/*",
        "storage"
    ],
    "browser_action": {
        "default_icon": "images\/reddit-search.png",
        "default_popup": "index.html"
    },
    "icons": {
        "128": "images\/reddit-search_128x128.png"
    }
}