Flint Web Clipper

The easiest, fastest way to save articles to Flint.

什么是Flint Web Clipper?

Flint Web Clipper是由flint.extension开发的Chrome扩展程序,该扩展的主要功能是“The easiest, fastest way to save articles to Flint.”。

扩展截图

screenshot

下载Flint Web Clipper扩展crx文件

下载Flint Web Clipper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 Flint Web Clipper Flint Web Clipper
ID bjnopannoijifbgiknolfnmchfmkndln
官方URL https://chromewebstore.google.com/detail/flint-web-clipper/bjnopannoijifbgiknolfnmchfmkndln
简介 The easiest, fastest way to save articles to Flint.
文件大小 219 KB
安装次数 58
当前版本 1.0.1
更新时间 2022-06-08
上架时间 2022-05-31
评分 5.00/5 共4次评分
开发者 flint.extension
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.flint.so
帮助页面URL https://beta.flint.so
支持的语言 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\/*"
    ]
}