Flint Web Clipper

The easiest, fastest way to save articles to Flint.

What is Flint Web Clipper?

Flint Web Clipper is a Chrome extension developed by flint.extension, and its main feature is "The easiest, fastest way to save articles to Flint.".

Extension Screenshots

screenshot

Download Flint Web Clipper Extension CRX File

Download Flint Web Clipper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Flint Web Clipper Flint Web Clipper
ID bjnopannoijifbgiknolfnmchfmkndln
Official URL https://chromewebstore.google.com/detail/flint-web-clipper/bjnopannoijifbgiknolfnmchfmkndln
Description The easiest, fastest way to save articles to Flint.
File Size 219 KB
Installation Count 58
Current Version 1.0.1
Last Updated 2022-06-08
Publish Date 2022-05-31
Rating 5.00/5 Total 4 Ratings
Developer flint.extension
Email [email protected]
Payment Type free
Extension Website https://www.flint.so
Help Page URL https://beta.flint.so
Supported Languages 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\/*"
    ]
}