Flint Web Clipper

The easiest, fastest way to save articles to Flint.

Flint Web Clipper là gì?

Flint Web Clipper là một tiện ích mở rộng Chrome được phát triển bởi flint.extension, và tính năng chính của nó là "The easiest, fastest way to save articles to Flint.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Flint Web Clipper

Tải xuống các tệp mở rộng Flint Web Clipper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Flint's Chrome extension is the easiest, fastest way to save online contents to Flint.
With a single click, you can save the url of the article you are reading.

No need to copy the url address and switch tabs!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Flint Web Clipper Flint Web Clipper
ID bjnopannoijifbgiknolfnmchfmkndln
URL Chính Thức https://chromewebstore.google.com/detail/flint-web-clipper/bjnopannoijifbgiknolfnmchfmkndln
Mô tả The easiest, fastest way to save articles to Flint.
Kích Thước Tệp 219 KB
Số Lần Cài Đặt 58
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2022-06-08
Ngày Phát Hành 2022-05-31
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển flint.extension
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.flint.so
URL Trang Trợ Giúp https://beta.flint.so
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Flint Web Clipper",
    "short_name": "Flint Extension",
    "manifest_version": 3,
    "version": "1.0.1",
    "description": "The easiest, fastest way to save articles to Flint.",
    "icons": {
        "16": "icons\/favicon-16x16.png",
        "32": "icons\/favicon-32x32.png",
        "512": "icons\/android-chrome-512x512.png"
    },
    "action": {
        "default_icon": "icons\/favicon-16x16.png",
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/beta.flint.so\/*"
    ]
}