Drup - Shared bookmarks for teams
Save links in a group space with previews and search.
Drup - Shared bookmarks for teamsとは何ですか?
Drup - Shared bookmarks for teamsはhttps://getdrup.comによって開発されたChromeの拡張機能で、その主な機能は「Save links in a group space with previews and search.」です。
拡張機能のスクリーンショット
Drup - Shared bookmarks for teams拡張機能のCRXファイルをダウンロード
Drup - Shared bookmarks for teams拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Drup is a simple bookmarking app specially designed for teams.
Collaborate better by creating a shared repository of links for everyone to browse, search and organize.
- Add any link in one click
- Organize links into topics / projects
- Search across everything. No more waiting or asking for links.
- Option to save links as private, visible just to you
- See the links others are adding in Activity feed
Learn more at https://getdrup.com/
Questions? Comments? [email protected] 拡張機能の基本情報
| 名前 | |
| ID | ndklmnlejedloijkopiphfemnhfkaapd |
| 公式URL | https://chromewebstore.google.com/detail/drup-shared-bookmarks-for/ndklmnlejedloijkopiphfemnhfkaapd |
| 説明 | Save links in a group space with previews and search. |
| ファイルサイズ | 782 KB |
| インストール数 | 172 |
| 現在のバージョン | 1.3.5 |
| 最終更新日 | 2021-02-18 |
| 公開日 | 2020-07-29 |
| 評価 | 5.00/5 合計 4 レビュー |
| 開発者 | https://getdrup.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://getdrup.com/ |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Drup - Shared bookmarks for teams",
"version": "1.3.5",
"description": "Save links in a group space with previews and search.",
"icons": {
"16": "images\/drup_16.png",
"32": "images\/drup_32.png",
"48": "images\/drup_48.png",
"128": "images\/drup_128.png",
"512": "images\/drup_512.png",
"1024": "images\/drup_1024.png"
},
"permissions": [
"activeTab",
"bookmarks",
"cookies",
"https:\/\/app.getdrup.com\/"
],
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/drup_16.png",
"32": "images\/drup_32.png",
"48": "images\/drup_48.png",
"128": "images\/drup_128.png",
"512": "images\/drup_512.png",
"1024": "images\/drup_1024.png"
}
},
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"https:\/\/app.getdrup.com\/*"
],
"js": [
"content_script.js"
],
"run_at": "document_start"
}
],
"manifest_version": 2
} | |