recover closed tab
Recover closed tab,Icon can be customized.
What is recover closed tab?
recover closed tab is a Chrome extension developed by 天天发蛋糕, and its main feature is "Recover closed tab,Icon can be customized.".
Extension Screenshots
Download recover closed tab Extension CRX File
Download recover closed tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
重新打开已关闭的标签页 可以自定义图标 recover closed tab You can customize the icon Восстановление закрытых вкладок Настраиваемый значок 閉じたタブを復元します カスタムアイコンができます ----------------------------------- 因为对别人做的不满意而做了这个,但还是不满意,以后慢慢改吧。只对插件装上之后打开的网页有用
Extension Basic Information
Name | recover closed tab |
ID | kmnmkpgmneeokldcmfcgjppgpcfecoed |
Official URL | https://chromewebstore.google.com/detail/recover-closed-tab/kmnmkpgmneeokldcmfcgjppgpcfecoed |
Description | Recover closed tab,Icon can be customized. |
File Size | 58.12 KB |
Installation Count | 6,000 |
Current Version | 1.0.6 |
Last Updated | 2022-02-04 |
Publish Date | 2017-03-22 |
Rating | 4.43/5 Total 30 Ratings |
Developer | 天天发蛋糕 |
[email protected] | |
Payment Type | free |
Supported Languages | en,ru,zh-CN,zh-TW,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_name__", "version": "1.0.6", "default_locale": "en", "description": "__MSG_description__", "icons": { "16": "img\/ico_16px.png", "48": "img\/ico_48px.png", "128": "img\/ico_128px.png" }, "browser_action": { "default_icon": { "19": "img\/ico_19px.png", "38": "img\/ico_38px.png" }, "default_title": "__MSG_title__" }, "author": "\u5929\u5929\u53d1\u86cb\u7cd5", "background": { "scripts": [ "js\/main.js" ] }, "options_page": "\/options.html", "options_ui": { "chrome_style": true, "page": "\/options.html" }, "permissions": [ "tabs" ] } |