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"
    }
}