Tabs Aside
Remembers tabs for later so you don't have to.
什麼是Tabs Aside?
Tabs Aside是由https://concinnitasapps.com開發的Chrome擴展程式,該擴展的主要功能是“Remembers tabs for later so you don't have to.”。
擴展截圖
下載Tabs Aside擴展crx文件
下載Tabs Aside擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Never lose track of the tabs you opened the other day! With just a few clicks, you can save any or all open tabs into a "session". Use for... • Saving research • Storing frequently visited webpages • Saving tabs to access later • Expediting workflow • Reducing RAM (memory) usage • and much much more! Tabs Aside is frequently updated with new features, including: • Beautiful, intuitive user interface • Supports syncing across all signed-in Chrome browsers with Tabs Aside installed • Conserves computer resources with less open tabs
擴展基本資訊
名稱 | Tabs Aside |
ID | nboikgnmjgjcnnhencinblbaikdccdlb |
官方網址 | https://chromewebstore.google.com/detail/tabs-aside/nboikgnmjgjcnnhencinblbaikdccdlb |
簡介 | Remembers tabs for later so you don't have to. |
檔案大小 | 174 KB |
安裝次數 | 3,219 |
目前版本 | 3.1.1 |
更新時間 | 2021-05-26 |
上架時間 | 2020-01-10 |
評分 | 3.73/5 共 45 次評分 |
開發者 | https://concinnitasapps.com |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tabs Aside", "short_name": "Tabs Aside", "description": "Remembers tabs for later so you don't have to.", "version": "3.1.1", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "options_page": "options.html", "browser_action": { "default_popup": "popup.html?popup=true" }, "permissions": [ "storage", "tabs", "chrome:\/\/favicon\/" ], "minimum_chrome_version": "61", "content_security_policy": "script-src 'self'; object-src 'self'; img-src chrome:\/\/favicon;", "web_accessible_resources": [ "*.ttf" ], "offline_enabled": true, "background": { "scripts": [ "js\/background.js" ], "persistent": false } } |