Larder: Bookmarking for developers
Quickly bookmark the current tab into your larder.
什麼是Larder: Bookmarking for developers?
Larder: Bookmarking for developers是由https://larder.io開發的Chrome擴展程式,該擴展的主要功能是“Quickly bookmark the current tab into your larder.”。
擴展截圖
下載Larder: Bookmarking for developers擴展crx文件
下載Larder: Bookmarking for developers擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Larder is a speedy bookmarking tool for developers at https://larder.io. This extension allows you to quickly save the current tab into your larder by using the shortcut key (default Ctrl+Shift+L in Windows, Cmd+Shift+L on Mac) or by clicking its browser button. Switch between Add and Search tabs with Alt+`. 擴展基本資訊
| 名稱 | |
| ID | jnjnffbdfmpaanfplppilmidpbllpnej |
| 官方網址 | https://chromewebstore.google.com/detail/larder-bookmarking-for-de/jnjnffbdfmpaanfplppilmidpbllpnej |
| 簡介 | Quickly bookmark the current tab into your larder. |
| 檔案大小 | 193 KB |
| 安裝次數 | 329 |
| 目前版本 | 1.2 |
| 更新時間 | 2022-05-19 |
| 上架時間 | 2017-07-25 |
| 評分 | 4.56/5 共 9 次評分 |
| 開發者 | https://larder.io |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://larder.io/ |
| 隱私政策頁面URL | https://larder.io/privacy |
| 支援的語言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Larder: Bookmarking for developers",
"description": "Quickly bookmark the current tab into your larder.",
"version": "1.2",
"icons": {
"48": "48.png",
"96": "96.png",
"128": "196.png"
},
"browser_action": {
"default_icon": {
"16": "16.png",
"18": "18.png",
"19": "19.png",
"32": "32.png",
"36": "36.png",
"38": "38.png",
"64": "64.png"
},
"default_popup": "index.html",
"default_title": "Add to Larder"
},
"sidebar_action": {
"default_title": "Search Larder",
"default_panel": "search.html",
"default_icon": "64.png"
},
"commands": {
"_execute_browser_action": {
"suggested_key": {
"windows": "Ctrl+Shift+L",
"mac": "Ctrl+Shift+L",
"chromeos": "Ctrl+Shift+L",
"linux": "Ctrl+Shift+L"
}
}
},
"applications": {
"gecko": {
"id": "[email protected]",
"strict_min_version": "55.0"
}
},
"permissions": [
"activeTab",
"cookies",
"storage",
"https:\/\/larder.io\/"
]
} | |