Stackable - Bookmark and Tab Manager
Stackable is a home screen for your browser. It's the best way to manage your bookmarks and tabs. We help you find your content…
Stackable - Bookmark and Tab Manager란 무엇입니까?
Stackable - Bookmark and Tab Manager은(는) https://stackable.so에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Stackable is a home screen for your browser. It's the best way to manage your bookmarks and tabs. We help you find your content…"입니다.
확장 프로그램 스크린샷
Stackable - Bookmark and Tab Manager 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Stackable is a home screen for your browser. It's the best way to manage your bookmarks and tabs. We help you find your content and files super fast. Just open up a new tab in your browser. Stackable reimagines the way we organize bookmarks, manage tabs and search for things. Features 1) Home screen Just like your mobile phone's home screen that links you to all your apps, Stackable is a home screen for your browser. Open up a new tab and you'll see all your bookmarks and open tabs in one place. It's so much easier to find what you need! 2) Drag and drop bookmarks Everything in Stackable is drag and drop friendly! Organize your bookmarks into Stacks and move them around however you like. 3) Open 100 bookmarks instantly Always need to open the same links? Save them into a Stack and open all of them with one-click. 4) Powerfully manage open tabs View all your open tabs in one place. Quickly bookmark, rearrange tabs, go to tabs and close tabs. 5) Search for anything anywhere Launch the Stackable command bar on any webpage to quickly access your bookmarks, tabs and history. 6) Share bookmarks with anyone Team dashboards? New employee onboarding? Reading list? Share them all with a link. 7) Free forever Stackable was created to make your web browsing super efficient. It will always be free to use for individuals. We will never limit the number of bookmarks or tabs you have.
확장 프로그램 기본 정보
이름 | Stackable - Bookmark and Tab Manager |
ID | coonllecklpiahhjkmnjidiaccefopli |
공식 URL | https://chromewebstore.google.com/detail/stackable-bookmark-and-ta/coonllecklpiahhjkmnjidiaccefopli |
설명 | Stackable is a home screen for your browser. It's the best way to manage your bookmarks and tabs. We help you find your content… |
파일 크기 | 7.96 MB |
설치 횟수 | 298 |
현재 버전 | 0.5.1 |
최근 업데이트 | 2023-07-25 |
출시 날짜 | 2023-03-17 |
평점 | 4.93/5 총 15 개의 평점 |
개발자 | https://stackable.so |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://stackable.so |
도움말 페이지 URL | https://stackable.so/help |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Stackable", "name": "Stackable - Bookmark and Tab Manager", "icons": { "128": "images\/app-logo\/favicon.png" }, "start_url": ".\/index.html", "display": "standalone", "theme_color": "#000000", "background_color": "#ffffff", "action": { "default_popup": "index.html#popup", "default_icon": "images\/app-logo\/favicon.png" }, "permissions": [ "storage", "tabs", "bookmarks", "history", "topSites", "identity" ], "chrome_url_overrides": { "newtab": "index.html" }, "content_security_policy": { "extension_pages": "script-src 'self'; script-src-elem 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/*.firebasedatabase.app\/; object-src 'self'" }, "externally_connectable": { "ids": [ "*" ], "matches": [ "http:\/\/localhost:3000\/*" ] }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ " |