WebClip - Clip all the things
Store all the interesting things around the Web on your personal online datastore
WebClip - Clip all the thingsとは何ですか?
WebClip - Clip all the thingsはangelo.veltensによって開発されたChromeの拡張機能で、その主な機能は「Store all the interesting things around the Web on your personal online datastore」です。
拡張機能のスクリーンショット
WebClip - Clip all the things拡張機能のCRXファイルをダウンロード
WebClip - Clip all the things拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
WebClip not only allows you to bookmark your favorite web pages, but to store all the interesting things you find on the Web - like recipes, fashion, products, games, and much more - in a structured way to your personal online data store based on Solid web standards.
Connect your Solid Pod and start collecting interesting things found across the world wide web. 拡張機能の基本情報
| 名前 | |
| ID | mfgjcggbpdkbnnpgllaicoeplfgkfnkj |
| 公式URL | https://chromewebstore.google.com/detail/webclip-clip-all-the-thin/mfgjcggbpdkbnnpgllaicoeplfgkfnkj |
| 説明 | Store all the interesting things around the Web on your personal online datastore |
| ファイルサイズ | 4.26 MB |
| インストール数 | 40 |
| 現在のバージョン | 0.10.1 |
| 最終更新日 | 2022-06-29 |
| 公開日 | 2021-08-17 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | angelo.veltens |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/codecentric/web-clip |
| ヘルプページのURL | https://github.com/codecentric/web-clip/discussions/categories/q-a |
| 対応言語 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "WebClip - Clip all the things",
"short_name": "WebClip",
"description": "Store all the interesting things around the Web on your personal online datastore",
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"browser_action": {
"default_title": "WebClip"
},
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"https:\/\/*\/*"
],
"js": [
"content.js"
]
}
],
"permissions": [
"storage",
"identity"
],
"web_accessible_resources": [],
"options_page": "options.html",
"version": "0.10.1"
} | |