Instance Assistant for Lemmy & Kbin

Simplify your Lemmy & Kbin experience with tools for your instance and communities

Instance Assistant for Lemmy & Kbinคืออะไร?

Instance Assistant for Lemmy & Kbin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย cynber และคุณลักษณะหลักของมันคือ "Simplify your Lemmy & Kbin experience with tools for your instance and communities"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Instance Assistant for Lemmy & Kbin

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

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

                        - - - - - Features - - - - -

- Support for Lemmy and Kbin instances, as well as Alexandrite & Photon frontends.

- Post to Lemmy/Kbin:
  - Instance Assistant can generate a draft post with autofilled title/link/body
  - Use the popup menu for most news sites, videos, and other webpages
  - For images, you can rightclick on the image itself

- Search for posts:
    - Find and open all posts that have a link to the site you are on. Use it to find posts about news articles, videos, and more

- Search for communities and content without leaving the page:
    - You can use the popup menu or sidebar to search for communities (with lemmyverse.net), and for content (with search-lemmy.com)

- Redirect to your home instance:
    - When you are on a foreign instance, buttons will be available in the sidebar to open the COMMUNITY, POST, or USER in your home instance, allowing you to participate immediately

- Open links in home instance:
    - If you come across a Lemmy/Kbin link anywhere on the web, you can right click to open it in your home instance

- Improved Error Pages:
    - 'Community not found' pages now have better information and buttons to trigger a fetch, open the community in the source instance, and more. This also supports alternative front-ends

- Customizable:
    - Customize list of instances in the popup/sidebar to let you quickly switch home instances. This is great for if you have multiple accounts on different instances
    - You can change the default behaviour of the extension, customize the popup & sidebar menus, and turn off features you don't want to use.


- - - - - I'm new to Lemmy/Kbin, what is all this? - - - - -

Lemmy and Kbin are a part of the Fediverse, a network of interconnected social media platforms that work similar to Reddit. This extension is designed to make it easier to use these platforms and make the most of decentralized social media while mimizing the difficulties that may come with it.

For example, you may make an account on "https://lemmy.ca". You may google a community or topic and come across a page on a different instance (ex. "https://lemmy.ml/c/technology"). If you want to subscribe to the community, you will need to copy the code ([email protected]), open your home instance, and then paste it into the search page. If you want to comment on the post, you will then need to track it down somehow by scrolling through the community.

This extension will let you jump to the version on your home instance (ex. "https://lemmy.ca/c/[email protected]"), allowing you to subscribe and participate immediately.

There are many other features as well, and hopefully many more to come! :)                    

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

ชื่อ Instance Assistant for Lemmy & Kbin Instance Assistant for Lemmy & Kbin
ID mbblbalkjcikhpladidpimlfiapdffdh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/instance-assistant-for-le/mbblbalkjcikhpladidpimlfiapdffdh
คำอธิบาย Simplify your Lemmy & Kbin experience with tools for your instance and communities
ขนาดไฟล์ 163 KB
จำนวนการติดตั้ง 165
เวอร์ชันปัจจุบัน 1.2.6
อัปเดตครั้งล่าสุด 2023-10-08
วันที่เผยแพร่ 2023-07-06
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา cynber
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/cynber/lemmy-instance-assistant
URL หน้าช่วยเหลือ https://lemmy.ca/c/instance_assistant
URL หน้านโยบายความเป็นส่วนตัว https://github.com/cynber/lemmy-instance-assistant/wiki/Privacy-Policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Instance Assistant for Lemmy & Kbin",
    "short_name": "Inst. Assist",
    "author": "Cynber",
    "description": "Simplify your Lemmy & Kbin experience with tools for your instance and communities",
    "homepage_url": "https:\/\/github.com\/cynber\/lemmy-instance-assistant",
    "version": "1.2.6",
    "manifest_version": 3,
    "icons": {
        "48": "img\/lemming48.png",
        "128": "img\/lemming128.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "contextMenus",
        "sidePanel"
    ],
    "host_permissions": [
        "*:\/\/*\/communities",
        "*:\/\/*\/c\/*",
        "*:\/\/*\/m\/*",
        "*:\/\/*\/post\/*"
    ],
    "action": {
        "default_popup": "page-popup\/popup.html",
        "default_icon": {
            "16": "img\/lemming16.png",
            "32": "img\/lemming32.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/communities",
                "*:\/\/*\/c\/*",
                "*:\/\/*\/m\/*",
                "*:\/\/*\/post\/*",
                "*:\/\/*\/u\/*"
            ],
            "js": [
                "node_modules\/webextension-polyfill\/dist\/browser-polyfill.js",
                "utils.js",
                "content-sidebar.js",
                "content-general.js",
                "content-communityNotFound.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "side_panel": {
        "default_title": "Instance Assistant",
        "default_icon": {
            "16": "img\/lemming16.png",
            "32": "img\/lemming32.png"
        },
        "default_path": "page-sidebar\/sidebar.html"
    }
}