reasonable

For a site called reason, you'd think it would block trolls, help users navigate comment threads, and show inline media. (Drink.)

reasonableคืออะไร?

reasonable เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.brymck.com และคุณลักษณะหลักของมันคือ "For a site called reason, you'd think it would block trolls, help users navigate comment threads, and show inline media. (Drink.)"

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Designed to make your commingling with the cosmotarian commentariat at reason.com a marginally more enjoyable experience.

Features (all toggle-able):
* Blacklist trolls and blogwhores. Recommendations are made automatically from an online list, and there's an ignore button when reading posts.
* Display delicious alt text directly underneath images. Also, for larger images you can click on them and view it full screen without leaving the page.
* In threaded comments, toggle between showing all replies and direct replies
* See YouTube videos and images in posts
* Store the hyperlinks to recent comments you've made for easier access
* See Gravatar/Identicon avatars
* Improve load times by removing the Facebook and Twitter sharing APIs
* Links to quickly insert HTML into comment forms

Permissions requested:
The extension asks for "access to your data on brymck.com," which is for updating the list of trolls and nothing else. You can turn off whether you receive (to make troll detection hands-off) or send (to make the automated troll list more democratic) any info. Information on your tabs (i.e. your "browsing history") is necessary to display the icon whenever you visit a page where the extension is active. I store zero personal or identifying information on folks using this extension.

Source:
https://github.com/brymck/reasonable

Feel free to send me feedback here, there or anywhere else. If you have an issue, you can either enter it below in the comments or on the GitHub or Google Code homepages:
https://github.com/brymck/reasonable/issues/new
http://code.google.com/p/reasonable/issues/entry                    

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

ชื่อ reasonable reasonable
ID fdbllkbadgaglaalokapjlkcagidcndj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/reasonable/fdbllkbadgaglaalokapjlkcagidcndj
คำอธิบาย For a site called reason, you'd think it would block trolls, help users navigate comment threads, and show inline media. (Drink.)
ขนาดไฟล์ 25.44 KB
จำนวนการติดตั้ง 148
เวอร์ชันปัจจุบัน 2.3.6
อัปเดตครั้งล่าสุด 2015-12-06
วันที่เผยแพร่ 2015-12-06
คะแนน 4.68/5 รวมทั้งหมด 22 คะแนน
ผู้พัฒนา https://www.brymck.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "reasonable",
    "version": "2.3.6",
    "manifest_version": 2,
    "description": "For a site called reason, you'd think it would block trolls, help users navigate comment threads, and show inline media. (Drink.)",
    "icons": {
        "128": "\/img\/icon_128.png",
        "16": "\/img\/icon_16.png",
        "32": "\/img\/icon_32.png",
        "48": "\/img\/icon_48.png"
    },
    "page_action": {
        "default_icon": "\/img\/icon_16.png",
        "default_title": "reasonable"
    },
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "\/js\/preload.js"
            ],
            "matches": [
                "*:\/\/reason.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "\/css\/content.css"
            ],
            "js": [
                "\/js\/content.js"
            ],
            "matches": [
                "*:\/\/reason.com\/*"
            ]
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "http:\/\/www.brymck.com\/reasonable\/"
    ]
}