Further

Further Browser Tools

Furtherคืออะไร?

Further เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Further by Sertifier Inc. และคุณลักษณะหลักของมันคือ "Further Browser Tools"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Use Further Extension to read, watch, listen and save your stuff for later

Further is a mobile application that is designed for lifelong learners to go further with their skills. We developed Further Extension to be an extension that can take your reading and watching experience further. So, by using this extension, you can easily add and curate your content into the mobile application. You can easily save blogs you like to read later. Also, you can add content you like to your lists or create your own lists.

How to use Further Extension?

- Download Further App via appfurther.io and application stores
- Sign up and connect your profile with the extension
- Save blogs and videos for later 
- Create lists and make great curations
- Tag content with skills for great filtering

Further Extension is a mobile application to check out at Google Play Store. With the Further Extension of Chrome and without any settings, you can save blogs to read later. Also, you can add content to your lists or directly create your own lists.

Our mission is to make reading and watching easier. Further Extension collects all of your reading and video sites into one place for you to enjoy reading and watching without leaving your mobile application. You will always have both of these utilities with you, so you can smoothly go through the content easily. Further is the mobile application that is optimized for smartphones which means it is light-weight, fast, and easy to use.

Reading Made Easy

You can easily access all your saved blogs and lists from the mobile application. The reading experience is also improved for you. You can modify font size, font weight, background color, and many more to go further with your reading. Lots of customization options.                    

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

ชื่อ Further Further
ID obfbefmlblahfidhebcibcnoiofnpncd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/further/obfbefmlblahfidhebcibcnoiofnpncd
คำอธิบาย Further Browser Tools
ขนาดไฟล์ 1.65 MB
จำนวนการติดตั้ง 134
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2023-01-13
วันที่เผยแพร่ 2021-06-30
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Further by Sertifier Inc.
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://appfurther.io
URL หน้าช่วยเหลือ https://appfurther.io
URL หน้านโยบายความเป็นส่วนตัว https://appfurther.io/en/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Further",
    "description": "Further Browser Tools",
    "version": "1.2",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Add to your curation"
    },
    "icons": {
        "16": "logo192.png",
        "48": "logo192.png",
        "128": "logo192.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}