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拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | LaterList |
ID | ocaejnkpadbhiohieanbocfdpdhfhknd |
公式URL | 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" } } |