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": [ " |