Flint Web Clipper
The easiest, fastest way to save articles to Flint.
Co to jest Flint Web Clipper?
Flint Web Clipper to rozszerzenie Chrome opracowane przez flint.extension, a jego główną funkcją jest „The easiest, fastest way to save articles to Flint.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Flint Web Clipper
Pobierz pliki rozszerzeń Flint Web Clipper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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! Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | bjnopannoijifbgiknolfnmchfmkndln |
| Oficjalny URL | https://chromewebstore.google.com/detail/flint-web-clipper/bjnopannoijifbgiknolfnmchfmkndln |
| Opis | The easiest, fastest way to save articles to Flint. |
| Rozmiar pliku | 219 KB |
| Liczba instalacji | 58 |
| Aktualna Wersja | 1.0.1 |
| Ostatnia Aktualizacja | 2022-06-08 |
| Data Publikacji | 2022-05-31 |
| Ocena | 5.00/5 Łącznie 4 Oceny |
| Deweloper | flint.extension |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://www.flint.so |
| Adres URL Strony Pomocy | https://beta.flint.so |
| Obsługiwane Języki | 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\/*"
]
} | |