TabPinner
TabPinner will be useful if you use pinned tabs and from time to time somehow lose them.
什麼是TabPinner?
TabPinner是由Roman Borovets開發的Chrome擴展程式,該擴展的主要功能是“TabPinner will be useful if you use pinned tabs and from time to time somehow lose them.”。
擴展截圖
下載TabPinner擴展crx文件
下載TabPinner擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Do you use pinned tabs? If you have a list of links that you would like to always have in the pinned, then this is an extension for you. Often it happens that all pinned tabs disappear. It is an incredible pain to remember all your links and pinn them again. With TabPinner you can store all your links in it and if your pinned tabs has been lost, you can easily restore them with one click. Design by Max Terry. Code by Roman Borovets.
擴展基本資訊
名稱 | TabPinner |
ID | gbofjbbefpmmbpefchidpcpnhannddmi |
官方網址 | https://chromewebstore.google.com/detail/tabpinner/gbofjbbefpmmbpefchidpcpnhannddmi |
簡介 | TabPinner will be useful if you use pinned tabs and from time to time somehow lose them. |
檔案大小 | 30.65 KB |
安裝次數 | 33 |
目前版本 | 0.0.4 |
更新時間 | 2019-04-23 |
上架時間 | 2019-04-23 |
評分 | 5.00/5 共 3 次評分 |
開發者 | Roman Borovets |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TabPinner", "short_name": "TabPinner", "version": "0.0.4", "manifest_version": 2, "description": "TabPinner will be useful if you use pinned tabs and from time to time somehow lose them.", "homepage_url": "https:\/\/romanborovets.dev\/app\/tabpinner", "icons": { "16": "icons\/icon16_t.png", "48": "icons\/icon48_t.png", "128": "icons\/icon128_t.png" }, "default_locale": "en", "background": { "page": "src\/bg\/background.html", "persistent": true }, "browser_action": { "default_icon": "icons\/icon19_t.png", "default_title": "TabPinner", "default_popup": "src\/browser_action\/browser_action.html" }, "permissions": [ "storage", "tabs" ] } |