rami - Tab Organizer for Chrome

A simple cleanup routine to close and organize the too many open tabs.

Τι είναι το rami - Tab Organizer for Chrome;

Το rami - Tab Organizer for Chrome είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Value Digital Products LLC, και η κύρια λειτουργία του είναι "A simple cleanup routine to close and organize the too many open tabs.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης rami - Tab Organizer for Chrome

Λήψη αρχείων επέκτασης rami - Tab Organizer for Chrome σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Imagine a messy browser window, congested with tabs.  
rami offers a simple routine for cleaning up such windows:

	- Launch rami in the messy window.
	- When launched, rami loads a “tab container” for each open tab in the window.
	- Start at the first container and individually consider each tab:
		- Hover the container to view the tab, quickly identifying it.
		- Close the tab if you don’t need it,
		- Set aside the tab if you are hesitant to close, 
		- Leave the tab open if you are currently working on it.
	- You are done cleaning up the window once you have made the - set-aside|discard|keep - decision for every tab in it.
	
	- - - - - - - - - - - - - - - - - - - - - - - -
	 
	- Buttons to set aside and close are inside the containers, easy to reach, making the cleanup process faster.
	- rami is dynamic - any changes within the rami window are immediately reflected in the browser window and vice versa.
	
		
rami assigns a storage to each open window. When you set aside a tab, it is automatically placed in the storage of its parent window. This allows for one-click set-aside, as you don’t have to decide where to store the tabs. You simply set aside a tab, knowing exactly where it will be stored. 
 
Retrieving set-aside tabs from storage is very easy:  
	- All storages are only two clicks away, accessible from the rami window. 
	- Conveniently, you can preview the set-aside tabs before returning them to their parent windows. 

When a window is closed, its storage is automatically archived.

Additional features: 

- From within the rami window:
	- Conduct a convenient drag and drop of tabs within and across windows. 
	- Bring any open window in focus to clean it up or access its storage. 
- Context menu set-aside - right-click a tab and select “Set Aside”.

* rami is free | no sign-up *                    

Βασικές Πληροφορίες Επέκτασης

Όνομα rami - Tab Organizer for Chrome rami - Tab Organizer for Chrome
ID oldhlfinhpcinbpngoonbaklipfmlpba
Επίσημο URL https://chromewebstore.google.com/detail/rami-tab-organizer-for-ch/oldhlfinhpcinbpngoonbaklipfmlpba
Περιγραφή A simple cleanup routine to close and organize the too many open tabs.
Μέγεθος Αρχείου 104 KB
Αριθμός Εγκαταστάσεων 62
Τρέχουσα Έκδοση 1.0.1.1
Τελευταία Ενημέρωση 2024-02-07
Ημερομηνία Δημοσίευσης 2023-05-09
Αξιολόγηση 5.00/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής Value Digital Products LLC
Ηλεκτρονικό ταχυδρομείο valuedigitalproductsllc@gmail.com
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://sites.google.com/view/rami-privacy-policy/home
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "rami - Tab Organizer for Chrome",
    "version": "1.0.1.1",
    "description": "A simple cleanup routine to close and organize the too many open tabs.",
    "manifest_version": 3,
    "permissions": [
        "contextMenus",
        "storage",
        "tabs",
        "system.display"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png"
        },
        "default_title": "rami"
    },
    "minimum_chrome_version": "99"
}