LaterList
Temporary bookmark system for when you are just fed up of all those open tabs but don't like the commitment of bookmarks.
什麼是LaterList?
LaterList是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Temporary bookmark system for when you are just fed up of all those open tabs but don't like the commitment of bookmarks.”。
擴展截圖
下載LaterList擴展crx文件
下載LaterList擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
| 名稱 | |
| ID | ocaejnkpadbhiohieanbocfdpdhfhknd |
| 官方網址 | https://chromewebstore.google.com/detail/laterlist/ocaejnkpadbhiohieanbocfdpdhfhknd |
| 簡介 | Temporary bookmark system for when you are just fed up of all those open tabs but don't like the commitment of bookmarks. |
| 檔案大小 | 29.85 KB |
| 安裝次數 | 27 |
| 目前版本 | 0.9 |
| 更新時間 | 2014-07-13 |
| 上架時間 | 2014-07-13 |
| 開發者 | Unknown |
| 付費類型 | free |
| 支援的語言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "LaterList",
"description": "Temporary bookmark system for when you are just fed up of all those open tabs but don't like the commitment of bookmarks.",
"version": "0.9",
"permissions": [
"tabs",
"storage",
"contextMenus"
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
}
} | |