reddit BookMarker

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

reddit BookMarkerคืออะไร?

reddit BookMarker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย euri.ayala และคุณลักษณะหลักของมันคือ "This extension lets you view and easily search through your Reddit user history (saved links, liked, etc)."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย reddit BookMarker

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}