Flint Web Clipper
The easiest, fastest way to save articles to Flint.
Wat is Flint Web Clipper?
Flint Web Clipper is een Chrome-extensie ontwikkeld door flint.extension, en de belangrijkste functie is "The easiest, fastest way to save articles to Flint.".
Extensie Screenshots
Download het CRX-bestand van de extensie Flint Web Clipper
Download Flint Web Clipper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | Flint Web Clipper |
ID | bjnopannoijifbgiknolfnmchfmkndln |
Officiële URL | https://chromewebstore.google.com/detail/flint-web-clipper/bjnopannoijifbgiknolfnmchfmkndln |
Beschrijving | The easiest, fastest way to save articles to Flint. |
Bestandsgrootte | 219 KB |
Aantal Installaties | 58 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2022-06-08 |
Publicatiedatum | 2022-05-31 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | flint.extension |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.flint.so |
Help Pagina-URL | https://beta.flint.so |
Ondersteunde Talen | 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\/*" ] } |