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文件
下載Flint Web Clipper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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! 擴展基本資訊
| 名稱 | |
| ID | bjnopannoijifbgiknolfnmchfmkndln |
| 官方網址 | 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\/*"
]
} | |