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."입니다.
확장 프로그램 스크린샷
Flint Web Clipper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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 |
이메일 | [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\/*" ] } |