Graze

Graze is 1-click follow, favorite, boost, bookmark, and reply for Mastodon, no matter what instance you call home.

Grazeคืออะไร?

Graze เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://jaredzimmerman.com และคุณลักษณะหลักของมันคือ "Graze is 1-click follow, favorite, boost, bookmark, and reply for Mastodon, no matter what instance you call home."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Graze makes it easy to follow, favorite, boost, bookmark, and reply on Mastodon. You don't need to copy & paste links or search for content from other instances. With Graze, you can discover new people and interact with  posts instantly! Say goodbye to the federation frustrations and start using Graze today!

 • Use multiple accounts across instances
 • Switch which account you take actions from
 • See notifications and Direct Messaged across accounts 
 • Get to your to Home feeds quickly
 • Automatic themes match Mastodon's look & feel

What's New in Version 1.4.5 "Glitch Gulch"
This is a bugfix release for Graze to prepare for the upcoming new features in v1.5
 
🐞 Sanitize alt text to prevent code execution on display
🦂 Account login logic alerts you to incompatible instances earlier
🕷️ Incorrect link previews mostly fixed
🪲 Setting overlay captures scroll actions
🐝 Embedded posts with image galleries now render correctly
🦋 Correct colors on light theme instances for embedded links
🦗 Favicon from link previews no longer replaces current tab icon
🪰 Corrected Instagram embedded links text formatting
🦟 Veeeeeeeery long alt text no longer obscures images in gallery posts
🐜 Removed dev console messages
🐛 "Settings" tooltip and i18n missing                    

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

ชื่อ Graze Graze
ID epocinhmkcnjfjobnglchpbncndobblj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/graze/epocinhmkcnjfjobnglchpbncndobblj
คำอธิบาย Graze is 1-click follow, favorite, boost, bookmark, and reply for Mastodon, no matter what instance you call home.
ขนาดไฟล์ 643 KB
จำนวนการติดตั้ง 1,457
เวอร์ชันปัจจุบัน 1.4.5
อัปเดตครั้งล่าสุด 2023-12-18
วันที่เผยแพร่ 2022-12-13
คะแนน 3.92/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา https://jaredzimmerman.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://graze.jaredzimmerman.com
URL หน้าช่วยเหลือ https://faqabout.me/iam/graze
URL หน้านโยบายความเป็นส่วนตัว https://graze.jaredzimmerman.com/.well-known/privacypolicy.html
ภาษาที่รองรับ en-US,pt-BR,pt-PT,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Graze",
    "version": "1.4.5",
    "description": "Graze is 1-click follow, favorite, boost, bookmark, and reply for Mastodon, no matter what instance you call home.",
    "author": "Jared Zimmerman",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "alarms",
        "contextMenus"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "default_locale": "en_US",
    "homepage_url": "https:\/\/graze.jaredzimmerman.com\/",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/all.css"
            ],
            "js": [
                "js\/all.js"
            ],
            "run_at": "document_start"
        }
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "options.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Graze"
    },
    "icons": {
        "16": "assets\/Toolbar Icons\/global\/toolbar_icon_selected_16_default.png",
        "32": "assets\/Toolbar Icons\/global\/toolbar_icon_selected_32_default.png",
        "48": "assets\/Toolbar Icons\/global\/toolbar_icon_selected_48_default.png",
        "128": "assets\/Toolbar Icons\/global\/toolbar_icon_selected_128_default.png"
    }
}