Swappable
A bookmark bar swapper, allowing you to switch between multiple bookmark bars such as 'Work' and 'Personal'
什麼是Swappable?
Swappable是由jmoore315開發的Chrome擴展程式,該擴展的主要功能是“A bookmark bar swapper, allowing you to switch between multiple bookmark bars such as 'Work' and 'Personal'”。
擴展截圖
下載Swappable擴展crx文件
下載Swappable擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Swappable allows you to create multiple bookmark bars and switch between them with a click of a button. If you've ever wanted separate bookmark bars for 'Work' and 'Leisure', different family members, or simply to better organize your bookmarks, Swappable is the tool for you!
擴展基本資訊
名稱 | Swappable |
ID | ppbbcakfobecheiebijejadegfflgcke |
官方網址 | https://chromewebstore.google.com/detail/swappable/ppbbcakfobecheiebijejadegfflgcke |
簡介 | A bookmark bar swapper, allowing you to switch between multiple bookmark bars such as 'Work' and 'Personal' |
檔案大小 | 16.63 KB |
安裝次數 | 176 |
目前版本 | 1.0 |
更新時間 | 2015-03-08 |
上架時間 | 2015-03-08 |
評分 | 3.43/5 共 7 次評分 |
開發者 | jmoore315 |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Swappable", "version": "1.0", "description": "A bookmark bar swapper, allowing you to switch between multiple bookmark bars such as 'Work' and 'Personal'", "permissions": [ "bookmarks" ], "background": { "scripts": [ "swappable.js" ] }, "browser_action": { "default_title": "My Bookmarks", "default_icon": "icon.png", "default_popup": "popup.html" }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |