Reddit Yesterday
Adds a 'yesterday' button to the existing options in the top/controversial stories menu to see what reddit looked like yesterday.
Reddit Yesterdayคืออะไร?
Reddit Yesterday เป็นส่วนขยายของ Chrome ที่พัฒนาโดย S และคุณลักษณะหลักของมันคือ "Adds a 'yesterday' button to the existing options in the top/controversial stories menu to see what reddit looked like yesterday."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reddit Yesterday
ดาวน์โหลดไฟล์ส่วนขยาย Reddit Yesterday ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Forgot to browse reddit yesterday? Missed out on the top stories. This extension adds a 'yesterday' button to the existing options to the top/controversial stories menu to see what reddit looked like yesterday.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | bcablceingmhlojkbjebfdaeloedggag |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/reddit-yesterday/bcablceingmhlojkbjebfdaeloedggag |
คำอธิบาย | Adds a 'yesterday' button to the existing options in the top/controversial stories menu to see what reddit looked like yesterday. |
ขนาดไฟล์ | 59.36 KB |
จำนวนการติดตั้ง | 96 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2014-08-27 |
วันที่เผยแพร่ | 2014-08-27 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | S |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "content_scripts": [ { "js": [ "data\/assets\/jquery.min.js", "data\/app\/main.js" ], "matches": [ "*:\/\/*.reddit.com\/*top*", "*:\/\/*.reddit.com\/*controversial*" ] } ], "description": "Adds a 'yesterday' button to the existing options in the top\/controversial stories menu to see what reddit looked like yesterday.", "icons": { "128": "data\/assets\/icon-128.png", "16": "data\/assets\/icon-16.png", "48": "data\/assets\/icon-48.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAszxR1Kk30vWChPcXH5AxE2+5rUIwQasVhLUsiUFpj0GFARI\/gsyeRIlNOWBmrno87tCdzK18\/LhqvbyS6AgKUkhUADidVhoFSH\/OAGLw6X1GRHX2XYvi9OLXHlt6wnE0hx06Dan38brbwAzQ9eZMwgBIoqfeXYm2w27SVfl1qI6c124GJbIC1naKh0PoOf9zi7AZamVNDWnhdSTVbHO0lhqNOQy6\/DJKRP0htLF8nCUJayihL9Iruqbcp9NC\/La5i2uqqUgT8\/xeFf3XbiHcT15FHcX1IFrk9B5GdAHtEC8t2QqciiI3at1BpSRXOxRUCLTYwXcMO0Ok2uybocFjIQIDAQAB", "manifest_version": 2, "minimum_chrome_version": "17", "name": "Reddit Yesterday", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1", "web_accessible_resources": [ "data\/assets\/data\/app\/jquery.min.map" ] } |