Bookmark Manager - favattic.com
Powerful bookmark manager for individuals and teams. Easy to use, secure, and productive.
什麼是Bookmark Manager - favattic.com?
Bookmark Manager - favattic.com是由https://www.favattic.com開發的Chrome擴展程式,該擴展的主要功能是“Powerful bookmark manager for individuals and teams. Easy to use, secure, and productive.”。
擴展截圖
下載Bookmark Manager - favattic.com擴展crx文件
下載Bookmark Manager - favattic.com擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
1. Quick bookmarking while browsing:
Just press favattic button and choose
where to store. No need to open favattic.
2. Copy browser bookmarks to favattic fastly
3. Automatic bookmark duplicate-check:
You see immediately, if the webpage
is already stored in favattic.
____________________________________________
What is favattic bookmarking?
*Clean Design - Clear Structure*
Easy tab-system to create separate bookmark collections for various topics or projects in one place
*Flexible*
Works everywhere with any device and any browser
*Teamwork*
Separate team-tabs allow friends+colleagues to share their bookmarks automatically and support each other.
*Secure*
favattic guarantees highest data security. No tracking, no profiling.
__________________________________________
About our team!
We are 3 enthusiastic people, loving good structures and modern interfaces. As IT specialists for information management and collaboration-systems, we believe favattic solves all efficiency problems of regularly bookmarkers. 擴展基本資訊
| 名稱 | |
| ID | ajmlbbfiejodkbgeicicecdjbpcanecj |
| 官方網址 | https://chromewebstore.google.com/detail/bookmark-manager-favattic/ajmlbbfiejodkbgeicicecdjbpcanecj |
| 簡介 | Powerful bookmark manager for individuals and teams. Easy to use, secure, and productive. |
| 檔案大小 | 192 KB |
| 安裝次數 | 628 |
| 目前版本 | 1.6.9 |
| 更新時間 | 2016-12-04 |
| 上架時間 | 2016-12-04 |
| 評分 | 3.69/5 共 13 次評分 |
| 開發者 | https://www.favattic.com |
| 付費類型 | free |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Bookmark Manager - favattic.com",
"short_name": "Smart Bookmarking Solution",
"description": "Powerful bookmark manager for individuals and teams. Easy to use, secure, and productive.",
"version": "1.6.9",
"browser_action": {
"default_icon": "img\/favicon-32x32.png",
"default_popup": "favattic.html"
},
"icons": {
"16": "img\/favicon-16x16.png",
"32": "img\/favicon-32x32.png",
"48": "img\/favicon-48x48.png",
"128": "img\/favicon-128x128.png"
},
"permissions": [
"bookmarks",
"storage",
"notifications",
"activeTab",
"tabs",
"http:\/\/*.favattic.com\/*"
],
"commands": {
"_execute_browser_action": {
"suggested_key": {
"windows": "Alt+Shift+D",
"mac": "Alt+Shift+D",
"chromeos": "Alt+Shift+D",
"linux": "Alt+Shift+D"
}
}
}
} | |