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
Eメール [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\/*"
    ]
}