ActivityTab: Organize and Save Your Tabs
Enables you to organize and save your tabs for future use.
什么是ActivityTab: Organize and Save Your Tabs?
ActivityTab: Organize and Save Your Tabs是由Marcus Martin开发的Chrome扩展程序,该扩展的主要功能是“Enables you to organize and save your tabs for future use.”。
扩展截图
下载ActivityTab: Organize and Save Your Tabs扩展crx文件
下载ActivityTab: Organize and Save Your Tabs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Organize your tabs by renaming and coloring your tabs! Save your tabs according to color and relaunch them with a click of a button! ActivityTab allows you to effectively keep track of your tabs by allowing you to rename, color, and save your tabs. Accessible through the extension popup, commands, or context menu, ActivityTab allows you to quickly modify your tabs to your liking and save them so you can swiftly launch a set of tabs that you want to return to. Features: ● Rename a tab ● Save colored tabs ● Save all tabs ● Close tabs of a specified color ● Creation of tab groups that keep track of your saved tabs Once set, the name and color of a tab will persist when changing webpages and when the tab is refreshed. To save tabs of a certain color, select a tab with that color and then save it. Once you install the extension, make sure to refresh your tabs so that the extension will work on them (they do not recognize the extension since they were opened before the extension was installed). About Permissions: I need the permission “Read and change all your data on the websites you visit” so that the extension can rename and color webpages from any website. I don’t store anything about you as everything is stored on your computer. Tips: ● Close tabs that you don’t need! If you save them, you can always access them later! ● Saving all of your tabs can be really useful when working on a project! By renaming and coloring your tabs, you can open all the tabs for your project and still be organized! ● Remember that there are many different ways to rename and color your tabs! You can use the popup, commands, and context menu! Pictures of the extension features can be found above, and detailed explanations of the extension features can be found below. Enjoy! Please leave a rating and feedback if you found this extension useful or if you have suggestions for improvement! ---------------------------------------------------------------------------------------------------- The extension popup can be found by clicking on the extension’s icon in the toolbar, and the context menu can be found by right-clicking on a page and hovering over the extension’s icon in the menu. The commands can be seen and customized by going to chrome://extensions/shortcuts. Extension Popup and Context Menu: ● Rename a tab by entering a name and pressing the enter key ● Color a tab * In the popup, click on the colored buttons to color the tab * In the context menu, click on the color’s name to color the tab ● Save tabs of a specified color by entering a name for the tab group and pressing the enter key ● Save all of your tabs by entering a name for the tab group and pressing the enter key ● Close tabs of a specified color by setting the color and clicking on the trash icon * Only accessible in the popup ● Launch the tabs in the current window or in a new window * Only accessible in the popup ● Delete a tab group by clicking on the trash icon * Only accessible in the popup Commands: ● Ctrl + Left/Right Arrow will cycle through the available colors and color the tab ● Ctrl + Up Arrow will rename the tab ● Ctrl + Down Arrow will save the tabs of a specified color Known bugs/quirks: ● Some webpages will not be affected by the extension because Google does not allow their extensions to affect those pages (ex: Chrome Web Store pages) ● Changing the color of a webpage will change its bookmark icon as well; you can reset the bookmark icon by clicking the bookmark icon to launch a regular page or by just launching a regular page of the website ● Webpages may lose their color and name on rare occasions; the only way to fix this is to recolor and rename the tab
扩展基本信息
名称 | ActivityTab: Organize and Save Your Tabs |
ID | pjcfilffmafkccdnheebmgnpgneackho |
官方URL | https://chromewebstore.google.com/detail/activitytab-organize-and/pjcfilffmafkccdnheebmgnpgneackho |
简介 | Enables you to organize and save your tabs for future use. |
文件大小 | 25.93 KB |
安装次数 | 288 |
当前版本 | 0.0.1 |
更新时间 | 2018-10-08 |
上架时间 | 2018-10-08 |
评分 | 2.57/5 共7次评分 |
开发者 | Marcus Martin |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ActivityTab: Organize and Save Your Tabs", "short_name": "ActivityTab", "version": "0.0.1", "description": "Enables you to organize and save your tabs for future use.", "icons": { "16": "img\/extension_icon_16.png", "48": "img\/extension_icon_48.png", "128": "img\/extension_icon_128.png" }, "browser_action": { "default_title:": "ActivityTab", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ " |