Flint Web Clipper
The easiest, fastest way to save articles to Flint.
O que é Flint Web Clipper?
Flint Web Clipper é uma extensão do Chrome desenvolvida por flint.extension, e sua principal característica é "The easiest, fastest way to save articles to Flint.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Flint Web Clipper
Baixe arquivos de extensão Flint Web Clipper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | Flint Web Clipper |
ID | bjnopannoijifbgiknolfnmchfmkndln |
URL Oficial | https://chromewebstore.google.com/detail/flint-web-clipper/bjnopannoijifbgiknolfnmchfmkndln |
Descrição | The easiest, fastest way to save articles to Flint. |
Tamanho do Arquivo | 219 KB |
Contagem de Instalações | 58 |
Versão Atual | 1.0.1 |
Última Atualização | 2022-06-08 |
Data de Publicação | 2022-05-31 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | flint.extension |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.flint.so |
URL da Página de Ajuda | https://beta.flint.so |
Idiomas Suportados | 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\/*" ] } |