Glose Web Clipper

Discover Glose Web Clipper, our new tool that allows you to add even more content to your Glose account!

Glose Web Clipperคืออะไร?

Glose Web Clipper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Glose และคุณลักษณะหลักของมันคือ "Discover Glose Web Clipper, our new tool that allows you to add even more content to your Glose account!"

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

screenshot
screenshot

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

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

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

                        What is it?
Glose Web Clipper is a tool that allows you to save, read, and share your articles and web pages on your Glose account.
You will then be able to read it with the full range of Glose features, such as choosing your font, annotating in the margins, or collaborating on text.

How does it work?
Once you have installed the extension, open it and log in with your Glose login details.
Then go to a web page that you have read, want to read, or want to share. Then click on "Upload this page". That's it! It is now available on your account, in your "imported articles" tab.                    

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

ชื่อ Glose Web Clipper Glose Web Clipper
ID fgkcejjakdfeikfofnoidfblhfgkmfeb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/glose-web-clipper/fgkcejjakdfeikfofnoidfblhfgkmfeb
คำอธิบาย Discover Glose Web Clipper, our new tool that allows you to add even more content to your Glose account!
ขนาดไฟล์ 1.83 MB
จำนวนการติดตั้ง 52
เวอร์ชันปัจจุบัน 1.5.0
อัปเดตครั้งล่าสุด 2020-12-09
วันที่เผยแพร่ 2020-03-23
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Glose
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://glose.com
URL หน้านโยบายความเป็นส่วนตัว https://glose.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Glose Web Clipper",
    "version": "1.5.0",
    "author": "https:\/\/glose.com",
    "description": "Discover Glose Web Clipper, our new tool that allows you to add even more content to your Glose account!",
    "icons": {
        "16": "assets\/icons\/public\/16x16.png",
        "20": "assets\/icons\/public\/20x20.png",
        "32": "assets\/icons\/public\/32x32.png",
        "40": "assets\/icons\/public\/40x40.png",
        "48": "assets\/icons\/public\/48x48.png",
        "128": "assets\/icons\/public\/128x128.png"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "browser_action": {
        "default_popup": "default_popup.html",
        "default_icon": {
            "16": "assets\/icons\/public\/16x16.png",
            "20": "assets\/icons\/public\/20x20.png",
            "32": "assets\/icons\/public\/32x32.png",
            "40": "assets\/icons\/public\/40x40.png"
        }
    },
    "homepage_url": "https:\/\/glose.com",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ],
    "options_page": "options_page.html",
    "options_ui": {
        "page": "options_page.html"
    }
}