reddit BookMarker

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

什么是reddit BookMarker?

reddit BookMarker是由euri.ayala开发的Chrome扩展程序,该扩展的主要功能是“This extension lets you view and easily search through your Reddit user history (saved links, liked, etc).”。

扩展截图

screenshot

下载reddit BookMarker扩展crx文件

下载reddit BookMarker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 reddit BookMarker reddit BookMarker
ID pbekkkoddoolckpnbmhcgipoeeahkdnb
官方URL https://chromewebstore.google.com/detail/reddit-bookmarker/pbekkkoddoolckpnbmhcgipoeeahkdnb
简介 This extension lets you view and easily search through your Reddit user history (saved links, liked, etc).
文件大小 2.16 MB
安装次数 73
当前版本 1.0
更新时间 2014-12-16
上架时间 2014-12-15
开发者 euri.ayala
付费类型 free
支持的语言 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"
    }
}