reddit BookMarker

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

Was ist reddit BookMarker?

reddit BookMarker ist eine Chrome-Erweiterung, die von euri.ayala entwickelt wurde, und ihr Hauptmerkmal ist "This extension lets you view and easily search through your Reddit user history (saved links, liked, etc).".

Erweiterungsscreenshots

screenshot

reddit BookMarker-Erweiterungs-CRX-Datei herunterladen

Laden Sie reddit BookMarker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name reddit BookMarker reddit BookMarker
ID pbekkkoddoolckpnbmhcgipoeeahkdnb
Offizielle URL https://chromewebstore.google.com/detail/reddit-bookmarker/pbekkkoddoolckpnbmhcgipoeeahkdnb
Beschreibung This extension lets you view and easily search through your Reddit user history (saved links, liked, etc).
Dateigröße 2.16 MB
Installationsanzahl 73
Aktuelle Version 1.0
Letztes Update 2014-12-16
Veröffentlichungsdatum 2014-12-15
Entwickler euri.ayala
Zahlungsart free
Unterstützte Sprachen 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"
    }
}