Your Last Tabs
Your Last Tabs, blah blah blah...
Your Last Tabsとは何ですか?
Your Last TabsはBruce Kingによって開発されたChromeの拡張機能で、その主な機能は「Your Last Tabs, blah blah blah...」です。
拡張機能のスクリーンショット
Your Last Tabs拡張機能のCRXファイルをダウンロード
Your Last Tabs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
In the Chrome's default session recovery mechanism, you just can open your last session's tabs all, or none of them. As a lazy man as me, open them all will make myself feel of great pressure. Even in the empty new tab, Chrome just provides me an option to open them all, again. So, this extension just meets the requirement of listing and recording the last session's tabs (which can be synchronized through your Google Account). You can use an empty one (or others) as your home page, than you will open your last tabs one by one, slowly and gracefully. And, you still can do nothing at all, of course~ :p For those a little bit long pages, you can right click at the page to "Read it later", in order to continue further reading. It won't disturb you, and will appear when you need it. Source code: https://github.com/xieweiking/your-last-tabs
拡張機能の基本情報
名前 | Your Last Tabs |
ID | ienkklcnakbadapndalaidhcefjmeepo |
公式URL | https://chromewebstore.google.com/detail/your-last-tabs/ienkklcnakbadapndalaidhcefjmeepo |
説明 | Your Last Tabs, blah blah blah... |
ファイルサイズ | 51.88 KB |
インストール数 | 442 |
現在のバージョン | 0.2.9 |
最終更新日 | 2014-11-30 |
公開日 | 2014-11-29 |
評価 | 4.36/5 合計 11 レビュー |
開発者 | Bruce King |
支払い方法 | free |
対応言語 | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extensionName__", "version": "0.2.9", "description": "__MSG_extensionDescription__", "icons": { "16": "image\/icon16.png", "48": "image\/icon48.png", "128": "image\/icon128.png" }, "default_locale": "en", "page_action": { "default_icon": "image\/icon19.png", "default_title": "__MSG_extensionToolTip__", "default_popup": "page\/popup.html" }, "background": { "scripts": [ "script\/array.js", "script\/options.js", "script\/functions.js", "script\/background.js" ] }, "content_scripts": [ { "js": [ "script\/options.js", "script\/functions.js", "script\/content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle" } ], "options_page": "page\/options.html", "permissions": [ "chrome:\/\/favicon\/", "http:\/\/*\/*", "https:\/\/*\/*", "tabs", "storage", "contextMenus" ], "web_accessible_resources": [ "page\/blank.html", "script\/blank.js" ], "manifest_version": 2 } |