Subreddit Bookmarks

Reposts reddit URLs to your own sub instead of using Reddit's somewhat flawed 'Save' feature

Subreddit Bookmarksคืออะไร?

Subreddit Bookmarks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย john.horner และคุณลักษณะหลักของมันคือ "Reposts reddit URLs to your own sub instead of using Reddit's somewhat flawed 'Save' feature"

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

screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Subreddit Bookmarks ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Reposts reddit URLs to your own sub instead of using Reddit's somewhat flawed 'Save' feature. Updated because it wasn't 100% clear how to put in your subreddit name.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Subreddit Bookmarks Subreddit Bookmarks
ID npfhoibgceohdgkoighlnnnikbbepfjb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/subreddit-bookmarks/npfhoibgceohdgkoighlnnnikbbepfjb
คำอธิบาย Reposts reddit URLs to your own sub instead of using Reddit's somewhat flawed 'Save' feature
ขนาดไฟล์ 54.35 KB
จำนวนการติดตั้ง 238
เวอร์ชันปัจจุบัน 0.1.2
อัปเดตครั้งล่าสุด 2018-04-07
วันที่เผยแพร่ 2018-04-07
คะแนน 3.38/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา john.horner
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://johnhorner.info/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Subreddit Bookmarks",
    "short_name": "subredditBookmarks",
    "version": "0.1.2",
    "manifest_version": 2,
    "description": "Reposts reddit URLs to your own sub instead of using Reddit's somewhat flawed 'Save' feature",
    "homepage_url": "http:\/\/johnhorner.info\/",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js",
            "js\/jquery-2.2.2.min.js"
        ],
        "persistent": true
    },
    "options_page": "src\/options\/index.html",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "save to your personal reddit"
    },
    "permissions": [
        "contextMenus",
        "https:\/\/*.reddit.com\/*",
        "activeTab",
        "storage",
        "notifications"
    ]
}